Install
API Key
Dedalus MCP works natively with our SDK. Claim your API key from the dashboard and set it as an environment variable:.env file:
Next
Quickstart
Build an MCP server in 5 minutes
Overview
Framework philosophy and design
Install Dedalus MCP
pip install dedalus-mcp dedalus-labs
export DEDALUS_API_KEY="your-api-key"
.env file:
DEDALUS_API_KEY=your-api-key
Was this page helpful?