arxiv mcp for Zed
io.github.mrfentmen/arxiv-mcp
Search academic papers on arXiv by keyword, author, or title. No key required.
client:Zed
transport:stdio
runtime:npm
Install arxiv mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"arxiv-mcp": {
"command": "npx",
"args": [
"-y",
"arxiv-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs