The gpt-researcher MCP server enables AI agents to perform autonomous research using any LLM provider. It exposes tools for querying, analyzing, and summarizing data from various sources. The server connects to LLM APIs and integrates with data sources to conduct deep research. Developers use it to build autonomous research agents for data analysis, content creation, and knowledge extraction.
The gpt-researcher MCP server enables AI agents to perform autonomous research using any LLM provider. It exposes tools for querying, analyzing, and summarizing data from various sources. The server connects to LLM APIs and integrates with data sources to conduct deep research. Developers use it to build autonomous research agents for data analysis, content creation, and knowledge extraction.
pip install gpt-researcherAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"assafelovic-gpt-researcher-github": {
"command": "uvx",
"args": [
"pip install gpt-researcher"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from gpt researcher?"
API Key Required
This server requires an API key from gpt researcher. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GPT_RESEARCHER_API_KEY | Yes | Your gpt researcher API key |
"What resources are available in gpt researcher?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in gpt researcher"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in gpt researcher with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.