AWS Cost Notifier MCP Server
@enomoto11
About AWS Cost Notifier MCP Server
AWS Cost Notifier MCP Server - Daily AWS cost monitoring and reporting tool
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aws-cost-notifier-mcp-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AWS Cost Notifier MCP Server?
An MCP server that retrieves monthly AWS costs, displays breakdowns by service, monitors daily cost fluctuations, and automatically creates day-over-day comparison reports as GitHub Issues.
How to use AWS Cost Notifier MCP Server?
Clone the repository, install dependencies (npm install), set the required environment variables (AWS_PROFILE, AWS_REGION, AWS_SDK_LOAD_CONFIG, GITHUB_TOKEN, GITHUB_OWNER, GITHUB_REPO), then build and run with node build/index.js. It can also be configured as a Cursor MCP server via .cursor/mcp.json.
Key features of AWS Cost Notifier MCP Server
- Retrieve daily total AWS cost.
- View cost breakdown by service.
- Aggregate costs by category (EC2, security, management, storage, etc.).
- Analyze fluctuations with day-over-day comparisons.
- Output cost data in JSON format.
- Automatically post reports to a GitHub Issue.
Use cases of AWS Cost Notifier MCP Server
- Daily monitoring of overall AWS spending.
- Identifying which services are driving cost changes day-to-day.
- Generating automated, shareable cost reports in a GitHub repository.
- Tracking cost trends across predefined categories.
FAQ from AWS Cost Notifier MCP Server
What costs does the server retrieve?
It retrieves the monthly AWS cost total, with daily breakdowns by service and category, and compares the latest day to the previous day.
What setup is required before using it?
You need AWS credentials (profile and region) and a GitHub personal access token. The server reads these from environment variables set in a .env file or in the MCP server configuration.
What output format does the server produce?
The server outputs JSON containing a summary (period, total cost, previous day cost, change percentage, currency), category-level aggregates, and per-service details.
What are the known limitations?
Costs displayed are estimates and may differ from the final invoice. AWS Cost Explorer API usage may incur additional charges. Day-over-day changes reflect daily fluctuations, not monthly trends. GitHub API rate limits apply.
How can I run it as a Cursor MCP server?
Add an entry to .cursor/mcp.json with the command node build/index.js, the working directory, and all required environment variables, then use mcp aws-cost-notifier to invoke it.
Frequently asked questions
What costs does the server retrieve?
It retrieves the monthly AWS cost total, with daily breakdowns by service and category, and compares the latest day to the previous day.
What setup is required before using it?
You need AWS credentials (profile and region) and a GitHub personal access token. The server reads these from environment variables set in a `.env` file or in the MCP server configuration.
What output format does the server produce?
The server outputs JSON containing a summary (period, total cost, previous day cost, change percentage, currency), category-level aggregates, and per-service details.
What are the known limitations?
Costs displayed are estimates and may differ from the final invoice. AWS Cost Explorer API usage may incur additional charges. Day-over-day changes reflect daily fluctuations, not monthly trends. GitHub API rate limits apply.
How can I run it as a Cursor MCP server?
Add an entry to `.cursor/mcp.json` with the command `node build/index.js`, the working directory, and all required environment variables, then use `mcp aws-cost-notifier` to invoke it.
Basic information
More Cloud & Infrastructure MCP servers
Cloudflare MCP Server
cloudflareMCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
Comments