general MCP Server
Tool to work with arXiv, provide LLM with ability to search and read papers from there
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @smithery/cli install mcp-simple-arxiv --client claude
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-simple-arxiv": {
"command": "npx",
"args": [
"mcp-simple-arxiv"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)