delega for Claude Desktop
io.github.delega-dev/delega
Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.
client:Claude Desktop
transport:stdio
runtime:npm
Install delega in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<DELEGA_API_KEY>",
"DELEGA_API_URL": "<DELEGA_API_URL>",
"DELEGA_CF_ACCESS_CLIENT_ID": "<DELEGA_CF_ACCESS_CLIENT_ID>",
"DELEGA_CF_ACCESS_CLIENT_SECRET": "<DELEGA_CF_ACCESS_CLIENT_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs