deep research mcp server for Cursor
io.github.perufitlife/deep-research-mcp-server
Web search, clean page reading & one-call research dossiers for AI agents. No API key.
client:Cursor
transport:stdio
runtime:npm
Install deep research mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deep-research-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deep-research-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs