💰 An MCP server that enables AI assistants to estimate Google Cloud costs, powered by Cloud Billing Catalog API and built with Genkit for Go
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gcp-cost-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/nozomi-koborinai/gcp-cost-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add gcp-cost-mcp-server go run github.com/nozomi-koborinai/gcp-cost-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gcp-cost-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/nozomi-koborinai/gcp-cost-mcp-server@latest"
]
}
}
}