McpMux
Back to Registry

Pulumi (npx) MCP Server

Community

Contributed by Pulumi

Infrastructure as Code agent tooling for Pulumi: browse the Pulumi Registry, preview and deploy stacks, refresh state, read stack outputs, and search deployed resources via the Pulumi CLI. Most operations run locally; a Pulumi access token unlocks Pulumi Cloud features.

About the Pulumi (npx) MCP Server

The Pulumi (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Infrastructure as Code agent tooling for Pulumi: browse the Pulumi Registry, preview and deploy stacks, refresh state, read stack outputs, and search deployed resources via the Pulumi CLI. Most operations run locally; a Pulumi access token unlocks Pulumi Cloud features. This is a community-contributed MCP server by Pulumi.

Install the Pulumi (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 authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@pulumi/mcp-server@latest",
    "stdio"
  ],
  "env": {
    "PULUMI_ACCESS_TOKEN": "${input:PULUMI_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "PULUMI_ACCESS_TOKEN",
        "label": "Pulumi Access Token",
        "description": "Optional. Most operations work against the local Pulumi CLI without it. Provide a Pulumi access token to enable Pulumi Cloud features such as managed state, organization stacks, and resource search.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "pul-************************",
        "obtain": {
          "url": "https://app.pulumi.com/account/tokens",
          "instructions": "1. Sign in at app.pulumi.com\n2. Open the account menu and go to Settings > Access Tokens (app.pulumi.com/account/tokens)\n3. Click 'Create token'\n4. Give it a description and create it\n5. Copy the generated token",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
ToolsPrompts

Categories

Tags

pulumiinfrastructure-as-codeiacdevopsclouddeployment

Supported AI Clients

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

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Pulumi (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.