Skip to content

Infracost

Free

by MCP Community

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

v1.0.1Added Apr 12, 2026
mcpinfracostcloud-costiacterraform
Works with:ClaudeGPTGeminiCopilot

Infracost MCP Server

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

Installation

npx -y @downatthebottomofthemolehole/infracost-mcp-server

Reviews

Leave a Review

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"]
    }
  }
}