Cursor Delegate
Rank #2,575io.github.andreilungeanu/cursor-delegate-mcp
Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.
Cursor Delegate is a Model Context Protocol (MCP) server published by andreilungeanu. It ranks #2,575 of 121,933 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Cursor Delegate is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 119,358 of 121,933 servers on MCP Toplist.
Use Cursor Delegate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cursor-delegate-mcp -- npx -y cursor-delegate-mcp[mcp_servers.cursor-delegate-mcp]
command = "npx"
args = ["-y", "cursor-delegate-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cursor-delegate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}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.andreilungeanu%2Fcursor-delegate-mcp)<a href="https://mcptoplist.com/server/io.github.andreilungeanu%2Fcursor-delegate-mcp"><img src="https://mcptoplist.com/badge/io.github.andreilungeanu%2Fcursor-delegate-mcp.svg" alt="MCP Toplist: Top 5% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
andreilungeanu
Other servers by andreilungeanu
View all andreilungeanu servers →Available versions (11)
| Version | Published |
|---|---|
| 2.3.0 | Sep 6, 2026 |
| 2.2.1 | Sep 6, 2026 |
| 2.2.0 | Sep 3, 2026 |
| 2.1.1 | Sep 3, 2026 |
| 2.0.0 | Aug 21, 2026 |
| 1.22.0 | Aug 13, 2026 |
| 1.21.0 | Aug 13, 2026 |
| 1.20.0 | Aug 13, 2026 |
| 1.19.0 | Aug 12, 2026 |
| 1.18.1 | Aug 9, 2026 |
| 1.18.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Cursor Delegate?
- Cursor Delegate is maintained by andreilungeanu, which publishes 2 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Cursor Delegate listed on the Official MCP Registry?
- Yes — Cursor Delegate is listed on the Official MCP Registry, alongside Glama.
- How many versions does Cursor Delegate have?
- MCP Toplist tracks 11 versions of Cursor Delegate, most recently published on Sep 6, 2026.
- Where can I find the source code for Cursor Delegate?
- The source code for Cursor Delegate is hosted at github.com/andreilungeanu/cursor-delegate-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.