MCP Server that exposes DeerFlow deep capabilities (research, analysis, visualization) via standard Model Context Protocol
Project description
mcp-server-deerflow-kinthai
MCP Server that exposes DeerFlow deep capabilities via standard Model Context Protocol.
Any MCP client (OpenClaw, Claude Desktop, Cursor, etc.) can discover and invoke DeerFlow skills through this server.
Tools
| Tool | Description |
|---|---|
deep_research |
Multi-source web research with cross-verification |
data_analysis |
Data analysis with DuckDB (CSV/Excel) |
chart_visualization |
26+ chart types (line, bar, pie, scatter, sankey, etc.) |
ppt_generation |
PowerPoint presentation generation |
image_generation |
AI image generation |
consulting_analysis |
Business analysis (SWOT, Porter's Five Forces, etc.) |
Quick Start
# Install
pip install mcp-server-deerflow-kinthai
# Run (requires a running DeerFlow instance)
export DEERFLOW_LANGGRAPH_URL=http://localhost:2024
mcp-server-deerflow-kinthai
The server starts on port 8808 with SSE transport at /sse.
Configuration
Environment Variables
| Variable | Default | Description |
|---|---|---|
DEERFLOW_LANGGRAPH_URL |
http://localhost:2024 |
DeerFlow LangGraph server URL |
DEERFLOW_GATEWAY_URL |
http://localhost:8001 |
DeerFlow Gateway API URL (for artifact downloads) |
OpenClaw
{
"mcp": {
"servers": {
"deerflow-kinthai": {
"url": "http://localhost:8808/sse"
}
}
}
}
Claude Desktop
{
"mcpServers": {
"deerflow-kinthai": {
"command": "mcp-server-deerflow-kinthai"
}
}
}
Mount in Existing App
from fastapi import FastAPI
from mcp_server_deerflow_kinthai.server import create_starlette_app
app = FastAPI()
app.mount("/mcp", create_starlette_app())
Development
git clone https://github.com/kinthaiofficial/mcp-server-deerflow-kinthai
cd mcp-server-deerflow-kinthai
pip install -e ".[dev]"
pytest
License
MIT — KinthAI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_deerflow_kinthai-0.1.0.tar.gz.
File metadata
- Download URL: mcp_server_deerflow_kinthai-0.1.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9d799a20e159b26079860cea5f2aed26a14e1db462df073ae3cd9b6cf15081f
|
|
| MD5 |
d7c0e9a0eb67f61d188642aace545031
|
|
| BLAKE2b-256 |
2983ec4ecb36b26de8ea2de96fa55d5326e6d0b842063816268b8b1b543015c6
|
File details
Details for the file mcp_server_deerflow_kinthai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mcp_server_deerflow_kinthai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
200e3d10a88db56e32f1391def8d8cb73b6b586c9d6a468c88c638ddbc0b62dc
|
|
| MD5 |
f78bdca69894aa9e0010f6d34fd18ec2
|
|
| BLAKE2b-256 |
cb2e7026c79962dde2081d7805bc4ea32e41912af8be317f1f8d7007316b2ebd
|