Back to MCP Servers
Simple Arxiv
🐍 ☁️ MCP for LLM to search and read papers from arXiv
search-data-extractionllm
By andybrandt
Installation
npx -y mcp-simple-arxivConfiguration
{
"mcpServers": {
"mcp-simple-arxiv": {
"command": "npx",
"args": ["-y", "mcp-simple-arxiv"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes