search papers for Cursor
io.github.saidiibrahim/search-papers
An MCP server to search papers from arXiv
client:Cursor
transport:stdio
runtime:npm
Install search papers in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"search-papers": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"search-papers"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs