McpMux
Back to Registry

Heroku (npx) MCP Server

Community

Contributed by Heroku

Manage Heroku Platform resources through natural language: create and deploy apps, manage dynos and add-ons, configure pipelines, run one-off commands, inspect logs, and administer Postgres databases via the official Heroku MCP server run locally with npx.

About the Heroku (npx) MCP Server

The Heroku (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Heroku Platform resources through natural language: create and deploy apps, manage dynos and add-ons, configure pipelines, run one-off commands, inspect logs, and administer Postgres databases via the official Heroku MCP server run locally with npx. This is a community-contributed MCP server by Heroku.

Install the Heroku (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@heroku/mcp-server"
  ],
  "env": {
    "HEROKU_API_KEY": "${input:HEROKU_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "HEROKU_API_KEY",
        "label": "Heroku Auth Token",
        "description": "A Heroku authorization token used to authenticate with the Heroku Platform API. The MCP server can act on any app and resource the associated account has access to, so treat it like a password.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "HRKU-********-****-****-****-************",
        "obtain": {
          "url": "https://dashboard.heroku.com/account/applications",
          "instructions": "Generate a long-lived authorization token with the Heroku CLI:\n1. Install the Heroku CLI and log in: 'heroku login'\n2. Run 'heroku authorizations:create' to create a new token (add '-d \"McpMux\"' to label it)\n3. Copy the value shown under 'Token'\n\nAlternatively, reuse your current CLI session token with 'heroku auth:token', or create one in the dashboard at Account Settings > Applications > Authorizations > 'Create authorization'.",
          "button_label": "Manage Authorizations"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

herokudeploymentpaasclouddevopspostgres

Supported AI Clients

The Heroku (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Heroku (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.