About
Overview
The Pulumi MCP Server enables AI agents to work with Pulumi for infrastructure as code in any programming language. It provides tools for previewing changes, deploying stacks, viewing stack outputs, and managing Pulumi configurations across any cloud provider.
Capabilities
Tools & Capabilities
⚡preview
Preview infrastructure changes
⚡up
Deploy infrastructure changes
⚡stack_output
Get stack outputs
⚡list_stacks
List all stacks
⚡destroy
Destroy a stack's resources
Setup
Installation
bash
Install
npx -y @pulumi/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"pulumi": {
"command": "npx",
"args": ["-y", "@pulumi/mcp-server"],
"env": {
"PULUMI_ACCESS_TOKEN": "your-token"
}
}
}
}Quick Info
Authorpulumi
LanguageTypeScript
StatusStable
Stars★ 170
Last UpdatedFeb 12, 2026