Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SnapDeploy in other clients