Skip to content
Zed

arxiv mcp server for Zed

io.github.blazickjp/arxiv-mcp-server

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

client:Zed transport:stdio runtime:pypi

Install arxiv mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ],
      "env": {
        "ARXIV_STORAGE_PATH": "<ARXIV_STORAGE_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

arxiv mcp server in other clients