DeerFlow MCP server integrates language models with web search, crawling, and Python execution tools. It connects to web services and APIs for data retrieval and processing. Developers use it for automated research, data extraction, and analysis, contributing to open-source projects.
DeerFlow MCP server integrates language models with web search, crawling, and Python execution tools. It connects to web services and APIs for data retrieval and processing. Developers use it for automated research, data extraction, and analysis, contributing to open-source projects.
pip install deer-flowAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"bytedance-deer-flow-github": {
"command": "uvx",
"args": [
"pip install deer-flow"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from deer flow?"
API Key Required
This server requires an API key from deer flow. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DEER_FLOW_API_KEY | Yes | Your deer flow API key |
"What resources are available in deer flow?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in deer flow"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in deer flow 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.