Infracost
Freeby MCP Community
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
v1.0.1Added Apr 12, 2026
mcpinfracostcloud-costiacterraform
Infracost MCP Server
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
Installation
npx -y @downatthebottomofthemolehole/infracost-mcp-server
Reviews
Installation
Quick install
npx -y @downatthebottomofthemolehole/infracost-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"infracost": {
"command": "npx",
"args": ["-y", "@downatthebottomofthemolehole/infracost-mcp-server"]
}
}
}