Deep Research MCP is an intelligent research assistant built on the Model Context Protocol (MCP) that performs comprehensive, multi-step research on any topic.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"deepresearchmcp": {
"command": "npx",
"args": [
"-y",
"ameeralns/DeepResearchMCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add deepresearchmcp npx -y ameeralns/DeepResearchMCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"deepresearchmcp": {
"command": "npx",
"args": [
"-y",
"ameeralns/DeepResearchMCP"
]
}
}
}
📋 Copy