Odel
delega mcp

delega mcp

Local
@delega-dev1TypeScriptMITUpdated Yesterday

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).

npm@delega-dev/mcpv1.18.5

Run

npx -y @delega-dev/mcp

MCP client config

{
  "mcpServers": {
    "delega-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@delega-dev/mcp"
      ]
    }
  }
}