The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP), allowing AI models to search for papers and access their content programmatically.
From the registry: Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
Please install the `arxiv-mcp-server` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["arxiv-mcp-server"]
- optional environment variables:
- `ARXIV_STORAGE_PATH`: Paper storage location (example: `~/.arxiv-mcp-server/papers`)
Note: For older papers that only have a PDF, install the [pdf] extra: uv tool install 'arxiv-mcp-server[pdf]'.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ARXIV_STORAGE_PATHrequiredPaper storage locationMCP server for searching Airweave collections with natural language queries.