Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_deerflow_kinthai-0.1.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_deerflow_kinthai-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_deerflow_kinthai-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mcp_server_deerflow_kinthai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c9d799a20e159b26079860cea5f2aed26a14e1db462df073ae3cd9b6cf15081f
MD5 d7c0e9a0eb67f61d188642aace545031
BLAKE2b-256 2983ec4ecb36b26de8ea2de96fa55d5326e6d0b842063816268b8b1b543015c6

See more details on using hashes here.

File details

Details for the file mcp_server_deerflow_kinthai-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_server_deerflow_kinthai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 200e3d10a88db56e32f1391def8d8cb73b6b586c9d6a468c88c638ddbc0b62dc
MD5 f78bdca69894aa9e0010f6d34fd18ec2
BLAKE2b-256 cb2e7026c79962dde2081d7805bc4ea32e41912af8be317f1f8d7007316b2ebd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page