Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AWS MCP Serverlist my running EC2 instances and summarize their current costs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
☁️ AWS MCP Server
Read-only Model Context Protocol server for AWS resources — multi-region, caching, audit, and AI-ready.
📋 Overview
This MCP server exposes 60+ read-only tools across AWS services: identity, EC2, S3, IAM, Cost Explorer, CloudWatch, GuardDuty, CloudTrail, ELB, WAF, Route53, ECS, EKS, RDS, Lambda, and more.
Flow | Description |
🔌 | MCP client connects to this server |
🛠️ | Server invokes AWS APIs (read-only) |
📤 | Returns resources, metrics, cost data to the AI agent |
🛠️ Tech Stack
Layer | Technology | Purpose |
☁️ MCP Server | TypeScript, AWS SDK v3 | Protocol handler, tool dispatch |
📦 Runtime | Node.js (v18+) | Execution |
🔐 Auth | AWS credentials (keys, profiles, SSO) | AWS API calls |
🗣️ Languages
Language | Used In |
TypeScript | MCP server, tools, CLI, libs |
JSON | Config ( |
📁 Project Structure
⚡ Capabilities
Feature | Description |
Multi-region |
|
Pagination |
|
MCP resources | Browse |
MCP prompts | AI guidance for cost, security, and resource-list queries |
Caching | Optional in-memory cache (TTL via |
Retry | Exponential backoff for throttled AWS calls |
Audit log | Log tool invocations when |
Dry-run | Mock data when |
LocalStack | Set |
Health check |
|
IAM policy |
|
CLI |
|
Config file |
|
estimate_cost | Rough cost estimate for EC2, Lambda, RDS, S3 |
scan_secrets_risks | Find Secrets Manager secrets needing attention |
Tag filter |
|
SSO / cross-account |
📖 Documentation: TOOLS.md · IAM_PERMISSIONS.md · CONFIG.md · TROUBLESHOOTING.md
🚀 Quick Start
MCP Client Configuration
📦 Sharing with Your Team
Option A: Git
Push to a private repo.
Team clones, runs
npm install && npm run build.Point MCP client at
dist/index.js(absolute path).
Option B: Package (.tgz)
Then configure MCP client with "command": "mcp-server-aws".
Option C: Docker
🔧 Development
Release: Push a tag (e.g. v1.0.1) to trigger a GitHub release with built artifacts.
👤 Author
Sergio Sediq