Magg
Rank #2,271io.github.sitbon/magg
Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.
Magg is a Model Context Protocol (MCP) server published by sitbon. It ranks #2,271 of 115,460 servers tracked on MCP Toplist, and its repository has 142 GitHub stars. Magg is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2025 and most recently updated on Aug 2, 2026.
Ranks ahead of 113,189 of 115,460 servers on MCP Toplist.
Use Magg
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add magg -- uvx magg serve[mcp_servers.magg]
command = "uvx"
args = ["magg", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"magg": {
"command": "uvx",
"args": [
"magg",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"magg": {
"command": "uvx",
"args": [
"magg",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"magg": {
"type": "stdio",
"command": "uvx",
"args": [
"magg",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"magg": {
"command": "uvx",
"args": [
"magg",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"magg": {
"command": "uvx",
"args": [
"magg",
"serve"
]
}
}
}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.sitbon%2Fmagg)<a href="https://mcptoplist.com/server/io.github.sitbon%2Fmagg"><img src="https://mcptoplist.com/badge/io.github.sitbon%2Fmagg.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
sitbon
Available versions (1)
| Version | Published |
|---|---|
| 1.2.1 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Magg?
- Magg is maintained by sitbon, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Magg listed on the Official MCP Registry?
- Yes — Magg is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Magg have?
- MCP Toplist tracks 1 version of Magg, most recently published on Aug 2, 2026.
- Where can I find the source code for Magg?
- The source code for Magg is hosted at github.com/sitbon/magg.