dedalus-mcp-python
A simple and performant Model Context Protocol framework for Python.
Dedalus MCP is a minimal and spec-faithful Python framework designed for building Model Context Protocol (MCP) clients and servers. It wraps the official MCP reference SDK, providing ergonomic decorators, automatic schema inference, and production-grade operational features. The framework ensures full compliance with MCP standards, making it suitable for teams that have their infrastructure figured out and require a reliable implementation of MCP without unnecessary additional features. With a focus on correctness and security, Dedalus MCP tracks every MCP specification change at a granular level, ensuring that users receive exactly what they expect. The framework is lightweight, significantly smaller than alternatives, and prioritizes security as a first-class concern. It allows for straightforward function definitions and runtime changes, making it easy to manage and integrate into existing systems.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dedalus-mcp-python": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dedalus-mcp-python"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions