dedalus-mcp-python

dedalus-labs/dedalus-mcp-python
★ 152 stars Python 💻 Code/Dev Tools Updated 1mo ago
A simple and performant Model Context Protocol framework for Python.
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": {
    "dedalus-mcp-python": {
      "command": "uvx",
      "args": [
        "dedalus-mcp-python"
      ]
    }
  }
}

Or install with pip: pip install dedalus-mcp-python

Topics

clientframeworkmcpmodel-context-protocolpythonserver