Odel
arxiv mcp server

arxiv mcp server

Local
@blazickjp3.1kPythonApache-2.0Updated 1w ago

Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIarxiv-mcp-serverv0.7.2

Run

uvx arxiv-mcp-server

MCP client config

{
  "mcpServers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ]
    }
  }
}