Delega
Rank #5,871io.github.delega-dev/delega
Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.
Delega is a Model Context Protocol (MCP) server published by delega-dev. It ranks #5,871 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Delega is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Mar 13, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 109,589 of 115,460 servers on MCP Toplist.
Use Delega
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add delega -e "DELEGA_API_KEY=<your DELEGA_API_KEY>" -e "DELEGA_API_URL=<your DELEGA_API_URL>" -- npx -y @delega-dev/mcpReplace each placeholder with your own value before saving.
[mcp_servers.delega]
command = "npx"
args = ["-y", "@delega-dev/mcp"]
[mcp_servers.delega.env]
DELEGA_API_KEY = "<your DELEGA_API_KEY>"
DELEGA_API_URL = "<your DELEGA_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<your DELEGA_API_KEY>",
"DELEGA_API_URL": "<your DELEGA_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<your DELEGA_API_KEY>",
"DELEGA_API_URL": "<your DELEGA_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<your DELEGA_API_KEY>",
"DELEGA_API_URL": "<your DELEGA_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"delega": {
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<your DELEGA_API_KEY>",
"DELEGA_API_URL": "<your DELEGA_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.delega-dev%2Fdelega)<a href="https://mcptoplist.com/server/io.github.delega-dev%2Fdelega"><img src="https://mcptoplist.com/badge/io.github.delega-dev%2Fdelega.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
delega-dev
Other servers by delega-dev
View all delega-dev servers →Available versions (13)
| Version | Published |
|---|---|
| 1.18.3 | Aug 7, 2026 |
| 1.18.2 | Jul 29, 2026 |
| 1.18.0 | Jul 24, 2026 |
| 1.17.0 | Jul 24, 2026 |
| 1.15.0 | Jul 23, 2026 |
| 1.2.1 | Apr 14, 2026 |
| 1.2.0 | Apr 14, 2026 |
| 1.1.0 | Apr 14, 2026 |
| 1.0.12 | Mar 27, 2026 |
| 1.0.10 | Mar 16, 2026 |
| 1.0.9 | Mar 15, 2026 |
| 1.0.2 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Delega?
- Delega is maintained by delega-dev, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Delega listed on the Official MCP Registry?
- Yes — Delega is listed on the Official MCP Registry, alongside Glama.
- How many versions does Delega have?
- MCP Toplist tracks 13 versions of Delega, most recently published on Aug 7, 2026.
- Where can I find the source code for Delega?
- The source code for Delega is hosted at github.com/delega-dev/delega-mcp.