SnapDeploy for Claude Desktop
io.github.somdip-2310/snapdeploy
Deploy and manage SnapDeploy apps from your AI assistant: builds, logs, env vars, add-ons, domains.
client:Claude Desktop
transport:stdio
runtime:npm
Install SnapDeploy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"snapdeploy": {
"command": "npx",
"args": [
"-y",
"@snapdeploy/mcp"
],
"env": {
"SNAPDEPLOY_API_KEY": "<SNAPDEPLOY_API_KEY>",
"SNAPDEPLOY_READ_ONLY": "<SNAPDEPLOY_READ_ONLY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs