
ccExplorer
Supports UIby cduggn
Explore and visualize AWS cloud costs directly from your terminal or AI agent.
What it does
Connects to AWS Cost Explorer to provide granular visibility into cloud spending. It allows users and AI agents to query, filter, and visualize costs by service, operation, account, or tags without leaving the terminal.
Tools
get_aws_costs: Retrieves AWS cost and usage data based on specified dimensions and filters.export_costs: Exports cost data to various formats including CSV and Pinecone for semantic analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ccexplorer": {
"command": "ccexplorer",
"args": ["mcp"]
}
}
}
Ensure the binary is installed via brew install ccexplorer and AWS credentials are configured in your environment.
Supported hosts
- vscode-copilot
- claude
Quick install
brew tap cduggn/cduggn && brew install ccexplorerInformation
- Pricing
- free
- Published
- 5/3/2026
- stars







