io.github.delega-dev/delega MCP Server
io.github.delega-dev/delega
What is the io.github.delega-dev/delega MCP server?
Task management API for AI agents. Create, delegate, and track tasks via MCP.
How to install io.github.delega-dev/delega
Copy-paste configuration for popular MCP clients.
DELEGA_API_KEYrequiredsecretAgent API key from your Delega dashboard (delega.dev/dashboard)
DELEGA_API_URLDelega API endpoint. Defaults to https://api.delega.dev (the hosted API). Custom /api-style endpoints are an advanced override.
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<YOUR_DELEGA_API_KEY>",
"DELEGA_API_URL": "<YOUR_DELEGA_API_URL>"
}
}
}
}{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<YOUR_DELEGA_API_KEY>",
"DELEGA_API_URL": "<YOUR_DELEGA_API_URL>"
}
}
}
}{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<YOUR_DELEGA_API_KEY>",
"DELEGA_API_URL": "<YOUR_DELEGA_API_URL>"
}
}
}
}{
"servers": {
"delega": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<YOUR_DELEGA_API_KEY>",
"DELEGA_API_URL": "<YOUR_DELEGA_API_URL>"
}
}
}
}claude mcp add delega --env DELEGA_API_KEY=<YOUR_DELEGA_API_KEY> --env DELEGA_API_URL=<YOUR_DELEGA_API_URL> -- npx -y @delega-dev/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.