Skip to content
Claude Desktop

basicdeploy mcp for Claude Desktop

io.github.akacianl/basicdeploy-mcp

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

client:Claude Desktop transport:stdio runtime:npm

Install basicdeploy mcp 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": {
    "basicdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "basicdeploy-mcp"
      ],
      "env": {
        "BASICDEPLOY_API_KEY": "<BASICDEPLOY_API_KEY>",
        "BASICDEPLOY_URL": "<BASICDEPLOY_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

basicdeploy mcp in other clients