delega-mcp
MCP server for Delega — task infrastructure for AI agents.
Connect any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) to your Delega instance and manage tasks, projects, and agents through natural language.
Install
npm install -g delega-mcpConfigure
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"delega": {
"command": "@delega-dev/mcp",
"env": {
"DELEGA_API_URL": "http://127.0.0.1:18890",
"DELEGA_AGENT_KEY": "dlg_your_agent_key_here"
}
}
}
}Environment Variables
Variable | Default | Description |
|
| Delega API endpoint |
| (none) | Agent API key for authenticated requests |
For the hosted tier, use https://api.delega.dev as the URL.
Tools
Tool | Description |
| List tasks, filter by project, label, due date, completion |
| Get full task details including subtasks |
| Create a new task |
| Update task fields |
| Mark a task as completed |
| Delete a task permanently |
| Add a comment to a task |
| List all projects |
| Get task statistics |
| List registered agents |
| Register a new agent (returns API key) |
Self-Hosted vs Hosted
Self-hosted (free): Run your own Delega instance, point DELEGA_API_URL at it.
Hosted: Use https://api.delega.dev — free up to 1,000 tasks/month.
Links
License
MIT
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.