MCP Directory
Back

dedalus-mcp-python

by dedalus-labs · Python · ★ 146

A simple and performant Model Context Protocol framework for Python.

#client#framework#mcp#model-context-protocol#python#server

Install

pip install git+https://github.com/dedalus-labs/dedalus-mcp-python.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "dedalus-mcp-python": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dedalus-labs/dedalus-mcp-python.git"
      ]
    }
  }
}

From the README

Minimal, spec-faithful Python framework for building Model Context Protocol (MCP) clients and servers. [](https://www.ycombinator.com/launches/Od1-dedalus-labs-build-deploy-complex-agents-in-5-lines-of-code) Dedalus MCP wraps the official MCP reference SDK with ergonomic decorators, automatic schema inference, and production-grade operational features. Full compliance with MCP. Dedalus MCP is for teams that have their infrastructure figured out. You have an IdP. You have logging. You have deployment pipelines. You don't need another framework's opinions on these things—you need MCP done cor…
Read full README on GitHub →

Related other servers