Magic Cloud
Rank #288io.github.polterguy/magic
Self-hosted low-code platform (Docker); its MCP endpoint runs on your own instance, not via npx.
Magic Cloud is a Model Context Protocol (MCP) server published by polterguy. It ranks #288 of 103,283 servers tracked on MCP Toplist, and its repository has 1,160 GitHub stars. Magic Cloud is listed on Official MCP, with 11 tracked versions. It was first listed on Jul 28, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 102,995 of 103,283 servers on MCP Toplist.
Use Magic Cloud
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add magic -e "magic_host=<your magic_host>" -- docker run -i --rm docker.io/servergardens/magic-aio:v23.2.7Replace each placeholder with your own value before saving.
[mcp_servers.magic]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/servergardens/magic-aio:v23.2.7"]
[mcp_servers.magic.env]
magic_host = "<your magic_host>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"magic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.2.7"
],
"env": {
"magic_host": "<your magic_host>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"magic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.2.7"
],
"env": {
"magic_host": "<your magic_host>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"magic": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.2.7"
],
"env": {
"magic_host": "<your magic_host>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"magic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.2.7"
],
"env": {
"magic_host": "<your magic_host>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"magic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.2.7"
],
"env": {
"magic_host": "<your magic_host>"
}
}
}
}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.polterguy%2Fmagic)<a href="https://mcptoplist.com/server/io.github.polterguy%2Fmagic"><img src="https://mcptoplist.com/badge/io.github.polterguy%2Fmagic.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
polterguy
Available versions (11)
| Version | Published |
|---|---|
| 23.2.7 | Aug 13, 2026 |
| 23.2.4 | Aug 12, 2026 |
| 23.2.3 | Aug 11, 2026 |
| 23.2.2 | Aug 11, 2026 |
| 23.2.0 | Aug 10, 2026 |
| 23.1.10 | Aug 8, 2026 |
| 23.1.8 | Aug 7, 2026 |
| 23.1.7 | Aug 6, 2026 |
| 23.1.6 | Aug 4, 2026 |
| 23.1.4 | Aug 4, 2026 |
| 23.1.3 | Aug 1, 2026 |
Frequently asked questions
- Who maintains Magic Cloud?
- Magic Cloud is maintained by polterguy, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Magic Cloud listed on the Official MCP Registry?
- Yes — Magic Cloud is listed on the Official MCP Registry.
- How many versions does Magic Cloud have?
- MCP Toplist tracks 11 versions of Magic Cloud, most recently published on Aug 13, 2026.
- Where can I find the source code for Magic Cloud?
- The source code for Magic Cloud is hosted at github.com/polterguy/magic.