mcp-server-deerflow-kinthai

kinthaiofficial/mcp-server-deerflow-kinthai
★ 1 stars Python 📊 Data/Analytics Updated 7d ago
MCP Server exposing DeerFlow deep research, data analysis, and visualization capabilities via Model Context Protocol
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-deerflow-": {
      "command": "uvx",
      "args": [
        "mcp-server-deerflow-kinthai"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-deerflow-kinthai