Heroku (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Heroku (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Vercel
Access Vercel project deployments, runtime logs, and configuration through Vercel's official hosted remote MCP server with OAuth. Currently read-only.
Cloudflare Docs
Search Cloudflare developer documentation using semantic search. Covers Workers, Pages, R2, D1, KV, Durable Objects, Zero Trust, and all Cloudflare products.
Cloudflare Workers Bindings
Manage Cloudflare Workers platform resources including KV namespaces, R2 buckets, D1 databases, Hyperdrive configs, and Workers scripts.
Supabase (Remote)
Manage Supabase projects, databases, edge functions, storage, and authentication through Supabase's hosted remote MCP server. Authenticates via OAuth, no local setup required.
Supabase (npx)
Manage Supabase projects, databases, edge functions, storage, and authentication locally via npx. Uses a personal access token.
Docker Hub (Docker)
Search Docker Hub images, manage repositories and tags, discover Docker Hardened Images, and get AI-powered image recommendations. Interfaces with Docker Hub APIs for intelligent content discovery.
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.