andybrandt/mcp-simple-arxiv
π βοΈ MCP for LLM to search and read papers from arXiv
Quick Start
Clone the repository:
git clone https://github.com/andybrandt/mcp-simple-arxivClaude Desktop configuration example:
{
"mcpServers": {
"mcp-simple-arxiv": {
"command": "npx",
"args": [
"-y",
"andybrandt/mcp-simple-arxiv"
]
}
}
}Check the repository README for specific installation and configuration instructions.