An autonomous agent that conducts deep research on any data using any LLM providers
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gpt-researcher": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gpt-researcher"
]
}
}
}