Infracost
Rank #12,139io.github.DownAtTheBottomOfTheMoleHole/infracost
MCP server providing infracost capabilities
Infracost is a Model Context Protocol (MCP) server published by downatthebottomofthemolehole. It ranks #12,139 of 115,591 servers tracked on MCP Toplist. Infracost is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 8, 2026.
Ranks ahead of 103,452 of 115,591 servers on MCP Toplist.
Use Infracost
claude mcp add infracost -- npx -y @downatthebottomofthemolehole/infracost-mcp-server[mcp_servers.infracost]
command = "npx"
args = ["-y", "@downatthebottomofthemolehole/infracost-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"infracost": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"infracost": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infracost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infracost": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infracost": {
"command": "npx",
"args": [
"-y",
"@downatthebottomofthemolehole/infracost-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DownAtTheBottomOfTheMoleHole%2Finfracost)<a href="https://mcptoplist.com/server/io.github.DownAtTheBottomOfTheMoleHole%2Finfracost"><img src="https://mcptoplist.com/badge/io.github.DownAtTheBottomOfTheMoleHole%2Finfracost.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
downatthebottomofthemolehole
Other servers by downatthebottomofthemolehole
View all downatthebottomofthemolehole servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Mar 8, 2026 |
| 1.0.0 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Infracost?
- Infracost is maintained by downatthebottomofthemolehole, which publishes 3 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Infracost listed on the Official MCP Registry?
- Yes — Infracost is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Infracost have?
- MCP Toplist tracks 3 versions of Infracost, most recently published on Mar 8, 2026.
- Where can I find the source code for Infracost?
- The source code for Infracost is hosted at github.com/downatthebottomofthemolehole/infracost-mcp.