Magic Cloud for Claude Desktop
io.github.polterguy/magic
Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
client:Claude Desktop
transport:stdio
runtime:oci
Install Magic Cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"magic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/servergardens/magic-aio:v23.6.0"
],
"env": {
"magic_host": "<magic_host>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs