Dyzo MCP Documentation – Connect Dyzo MCP via API Key (SSE)

What is Dyzo MCP?
Dyzo MCP (Model Context Protocol) allows your IDE or LLM to securely connect to your Dyzo workspace and manage tasks, projects, and reports using natural language.
How to Get Dyzo MCP API Key (Token)
Follow these steps to generate your Dyzo MCP API key:
- Login to your Dyzo account.
- Click on your Profile menu (top right corner).
- Click on 'Apps & Keys'.
- Select 'Developer Keys'.
- Click on '+ Create Key'.
- Copy the generated MCP API key.
You will use this key as the 'x-mcp-key' header while connecting to Dyzo MCP.
How to Connect Dyzo MCP (SSE Configuration)
Use the following configuration in your IDE or MCP client:
{
"mcpServers": {
"dyzo": {
"type": "sse",
"url": "https://mcp.dyzo.ai/connect",
"headers": {
"x-mcp-key": "YOUR_DYZO_MCP_KEY"
}
}
}
}
OR
{
"mcpServers": {
"dyzo": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.dyzo.ai/connect",
"--transport",
"sse",
"--header",
"x-mcp-key: YOUR_DYZO_MCP_KEY"
]
}
}
}
Replace YOUR_DYZO_MCP_KEY with the key generated from Developer Keys section. ## Supported Dyzo MCP Tools ### Task Management Tools - get_tasks - create_tasks - update_task - get_task_comments - add_task_comment - get_tasks_report ### Project Management Tools - get_all_projects - create_project - update_project - get_project_details - get_project_notes - create_project_note - update_project_note ## Example Usage Commands 1. Create a task "Landing Page UI" in Website Project. 2. Update task 142 and mark it completed. 3. Generate task report for last week. 4. Create new project "Mobile App Launch". 5. Add note to Website Redesign project. ## Why Use Dyzo MCP? Dyzo MCP helps teams: - Automate task creation - Update projects using AI - Generate reports instantly - Reduce manual dashboard navigation - Improve developer workflow efficiency Dyzo MCP transforms traditional project management into an AI-driven workflow. ## How to Get Dyzo MCP API Key (Token) Follow these steps to generate your Dyzo MCP API key: 1. [Login](https://dyzo.ai/login) to your [Dyzo](http://dyzo.ai/) account. 2. Click on your Profile menu (top right corner). 3. Click on 'Apps & Keys'. 4. Select 'Developer Keys'. 5. Click on '+ Create Key'. 6. Copy the generated MCP API key. You will use this key as the 'x-mcp-key' header while connecting to Dyzo MCP. ## How to Connect Dyzo MCP (SSE Configuration) Use the following configuration in your IDE or MCP client: ``` { "mcpServers": { "dyzo": { "type": "sse", "url": "https://mcp.dyzo.ai/connect", "headers": { "x-mcp-key": "YOUR_DYZO_MCP_KEY" } } } } ``` OR OR { "mcpServers": { "dyzo": { "command": "npx", "args": [ "mcp-remote", "https://mcp.dyzo.ai/connect", "--transport", "sse", "--header", "x-mcp-key: YOUR_DYZO_MCP_KEY" ] } } } Replace YOUR_DYZO_MCP_KEY with the key generated from Developer Keys section. ## Supported Dyzo MCP Tools ### Task Management Tools - get_tasks - create_tasks - update_task - get_task_comments - add_task_comment - get_tasks_report ### Project Management Tools - get_all_projects - create_project - update_project - get_project_details - get_project_notes - create_project_note - update_project_note ## Example Usage Commands 1. Create a task "Landing Page UI" in Website Project. 2. Update task 142 and mark it completed. 3. Generate task report for last week. 4. Create new project "Mobile App Launch". 5. Add note to Website Redesign project. ## Why Use Dyzo MCP? Dyzo MCP helps teams: - Automate task creation - Update projects using AI - Generate reports instantly - Reduce manual dashboard navigation - Improve developer workflow efficiency Dyzo MCP transforms traditional project management into an AI-driven workflow. ## Security & Permissions Dyzo MCP respects Dyzo’s role-based access system. Actions performed through MCP follow the same permissions as your Dyzo account.
Ready to try Dyzo for free?
Plan work, track time, and automate busywork — all in one place.
Start Free with Dyzo →No credit card required · Free forever plan · 2-minute setup

