
Dedalus MCP
by dedalus-labs
Spec-faithful, high-performance Python framework for building production-grade MCP clients and servers.
What it does
Dedalus MCP provides a minimal and spec-faithful Python framework for developing Model Context Protocol (MCP) clients and servers. It is designed for teams with established infrastructure who require a high-performance, lightweight implementation that adheres strictly to the MCP specification without opinionated middleware.
Tools
tool: Decorator for creating MCP tools with automatic schema inference.resource: Defines static resources for the MCP server.prompt: Creates reusable prompt templates with typed arguments.completion: Provides argument autocompletion for prompts and resource templates.
Installation
To use Dedalus MCP, install the package and define your server:
{
"mcpServers": {
"dedalus-server": {
"command": "python",
"args": ["-m", "your_dedalus_server"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
Quick install
pip install dedalus-mcpInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






