{"type":"mcp_server","name":"arxiv-mcp-server","description":"The ArXiv MCP Server bridges AI assistants and arXiv, enabling programmatic search and access to research papers via the Message Control Protocol. It facilitates paper retrieval, storage, and prompt utilization.","category":"Search & Knowledge","language":"Python","stars":2919,"forks":28,"owner":"blazickjp","github_url":"https://github.com/blazickjp/arxiv-mcp-server","homepage":null,"setup":"## Setup\n\nTo install ArXiv Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/arxiv-mcp-server):\n\n```bash\nnpx -y @smithery/cli install arxiv-mcp-server --client claude\n```\n\nInstall using uv:\n\n```bash\nuv tool install arxiv-mcp-server\n```\n\nFor development:\n\n```bash\n# Clone and set up development environment\ngit clone https://github.com/blazickjp/arxiv-mcp-server.git\ncd arxiv-mcp-server\n\n# Create and activate virtual environment\nuv venv\nsource .venv/bin/activate\n\n# Install with test dependencies\nuv pip install -e \".[test]\"\n```\n\nAdd this configuration to your MCP client config file:\n\n```json\n{\n    \"mcpServers\": {\n        \"arxiv-mcp-server\": {\n            \"command\": \"uv\",\n            \"args\": [\n                \"tool\",\n                \"run\",\n                \"arxiv-mcp-server\",\n                \"--storage-path\", \"/path/to/paper/storage\"\n            ]\n        }\n    }\n}\n```\n\nFor Development:\n\n```json\n{\n    \"mcpServers\": {\n        \"arxiv-mcp-server\": {\n            \"command\": \"uv\",\n            \"args\": [\n                \"--directory\",\n                \"path/to/cloned/arxiv-mcp-server\",\n                \"run\",\n                \"arxiv-mcp-server\",\n                \"--storage-path\", \"/path/to/paper/storage\"\n            ]\n        }\n    }\n}\n```","tools":"## Available Tools\n\n1. Paper Search (Query arXiv papers with filters for date ranges and categories)\n2. Paper Download (Download a paper by its arXiv ID)\n3. List Papers (View all downloaded papers)\n4. Read Paper (Access the content of a downloaded paper)\n5. Paper Analysis Prompt (A comprehensive workflow for analyzing academic papers that only requires a paper ID)","faq":null,"created_at":"2024-11-29T16:34:00+00:00","updated_at":"2025-03-28T21:24:05+00:00","source_url":"https://model-context-protocol.com/servers/arxiv-paper-search-analysis-mcp-server","related_articles":[]}