CLIO Arxiv for Cursor
io.github.iowarp/arxiv-mcp
ArXiv MCP server implementation using Model Context Protocol
client:Cursor
transport:stdio
runtime:pypi
Install CLIO Arxiv in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arxiv-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs