Provides comprehensive management of AWS infrastructure, allowing users to create, list, update, and delete resources across services such as EC2, S3, RDS, VPC, and associated networking components through natural language prompts.
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 ServerCreate a t2.micro EC2 instance with a public security group"
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.
π¬ Demo
See it in action! Here's how easy it is to spin up a full-blown EC2 setup β VPC, subnets, security groups, this works β all through natural language prompts to an AI Model Context Protocol (MCP) server.
β¨ Features
Currently supports
RDS
S3
EC2
VPC
Subnet
Internet Gateway
Route Table
Security Group
Key Pair
Instance Tag
AMI
More AWS services (like Lambda, API Gateway, etc.) coming soon! Contributions welcome π
π Prerequisites
For Development:
Node.js >= 18.0.0
pnpm >= 10.0.0
For Docker Deployment:
Docker and Docker Compose
For Both:
AWS Account with AWS credentials (Access Key ID and Secret Access Key)
βοΈ Developer Setup
1. Clone the repo
βοΈCurrently, the server reads credentials from MCP configuration headers. In future versions, we'll support AWS Role ARN.
2. Install dependencies
π‘ Make sure you have
pnpminstalled globally. If not:npm install -g pnpm
3. Run the dev server
π³ Docker Deployment
Quick Start with Docker
Option 1: Using Docker Compose (Recommended)
Option 2: Using Docker directly
The server will be available at:
MCP HTTP Stream:
http://localhost:8080/mcpMCP SSE:
http://localhost:8080/sse
Managing Docker Containers
π‘ AWS credentials are still passed via HTTP headers (same as development setup). No container configuration needed.
π§ͺ Example: Cursor Configuration
To use this server with Cursor, add the following to your ~/.cursor/mcp.json:
βοΈ Use
http://localhost:8080/mcpif your client supports HTTP streamable(For eg: Cursor). Usehttp://localhost:8080/sseif your client supports only SSE(For eg: Windsurf).
MCP HTTP streamable endpoint: http://localhost:8080/mcp
MCP SSE endpoint: http://localhost:8080/sse
π Project Structure
π Roadmap
Support RDS (Create, List, Update, Delete)
Add S3 tools
Add Network tools
Add EC2 tools
Add Lambda tools
Add API Gateway tools
Add IAM tools
Add ECS tools
π€ Contributing
Want to help make AWS infra chat-native? Pull requests, feedback, and feature suggestions are welcome!
Clone and fork the repo
Create your feature branch (
git checkout -b feat/add-ec2)Commit and push
Open a PR π
π License
MIT β do what you want, just give credit where it's due. βοΈ