Infracost runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from npm. Last commit 21 Jul 2026.
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add infracost -- npx -y @downatthebottomofthemolehole/infracost-mcp-server
{
"mcpServers": {
"infracost": {
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.infracost]
command = "npx"
args = ["-y", "@downatthebottomofthemolehole/infracost-mcp-server"]
{
"mcpServers": {
"infracost": {
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"infracost": {
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.