Loading MCP server directory, please wait...
Task management API for AI agents. Create, delegate, and track tasks via MCP.
npx @getmcp/cli add io.github.delega-dev/delegaRequires Node.js 18+. Community-contributed server. Review source before installing.
DELEGA_API_KEYAgent API key from your Delega dashboard (delega.dev/dashboard)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.delega-dev/delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "",
"DELEGA_API_URL": ""
}
}
}
}