Description

Interact with Pulumi using Automation API and Cloud API. Preview changes, deploy updates, manage infrastructure as code.

Installation

npx -y @pulumi/mcp
npm install @pulumi/mcp
git clone https://github.com/modelcontextprotocol/servers/tree/main/src/mcp-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "pulumi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pulumi/mcp"
      ]
    }
  }
}