mcpbeat Sign in

Delega MCP Server

by delega-dev Your server? Claim it
local only

Delega runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm. Last commit 21 Sep 2026.

Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.

Installs per day peak 213 · avg 41 · -45% w/w
a month agotoday
107
Installs / week
npm · @delega-dev/mcp
1
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Delega every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add delega -- npx -y @delega-dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "delega": {
      "args": [
        "-y",
        "@delega-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.delega]
command = "npx"
args = ["-y", "@delega-dev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "delega": {
      "args": [
        "-y",
        "@delega-dev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "delega": {
      "args": [
        "-y",
        "@delega-dev/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DELEGA_API_KEY (Existing Delega owner credential. Public hosted onboarding is retired.), DELEGA_API_URL (Delega API endpoint. The default https://api.delega.dev is an owner-only private runtime.), DELEGA_CF_ACCESS_CLIENT_ID (Cloudflare Access service-token client ID. Configure it together with DELEGA_CF_ACCESS_CLIENT_SECRET.), DELEGA_CF_ACCESS_CLIENT_SECRET (Cloudflare Access service-token secret. Configure it together with DELEGA_CF_ACCESS_CLIENT_ID.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Delega

same job, measured the same way
Précis Finance MCP
by precis-finance

Public read-only Précis Finance MCP demo with synthetic data; no account or credentials required.

17 tools answering
DWG MCP Server
by dimitrovakulenko

Read-only DWG file access for AI clients through MCP.

93 installs/wk local only
Devplane Site
by devplane

Read-only MCP access to devplane.dev's public pages, FAQ corpus and comparisons.

4 tools answering
Koma Core MCP
by swnotmetal

Protected RAG storage — agents discover public metadata, content only by access token.

31 installs/wk local only
Kaizan
by kaizan-ai

Read-only access to Kaizan client data.

answering
Filter Solutions Ltd Public Technical Content
by co-filtersolutions

Read-only MCP access to Filter Solutions Ltd public filtration and oil monitoring content.

3 tools answering
UniFi Access MCP
by sirkirby

Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.

3 170 installs/wk local only
Postgres MCP
by edelciomolina

PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.

84 installs/wk local only

Delega — questions

Answers built from our own checks of this server.

Why is there no uptime for Delega?
Delega runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @delega-dev/mcp was installed 107 times last week.
How do I connect Delega?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @delega-dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Delega?
The npm package @delega-dev/mcp was installed 107 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Delega open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.