Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @delega-dev/mcp
MCP client config
{
"mcpServers": {
"delega-mcp": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
]
}
}
}