Stats
Actions
Tags
From aws-cost-ops
Connects to AWS Cost Explorer API to query and analyze cloud spending, usage trends, and cost forecasts. Requires AWS credentials configured via environment or AWS CLI.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"costexp": {
"command": "uvx",
"args": [
"awslabs.cost-explorer-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub zxkane/aws-skills --plugin aws-cost-ops