This repository provides an MCP server that uses the AWS SDK to retrieve and list running EC2 instances for a specified AWS region. It requires Node.js, an AWS account, and
This is an MCP server designed to retrieve and list running AWS EC2 instances for a specified region using the AWS SDK.
The server retrieves running EC2 instances for a specified AWS region, supporting multiple availability zones. It provides detailed instance information, including Instance ID, Instance Type, Public IP, Private IP, and Instance State.
get-aws-instances
: Retrieves list of running AWS instances for a given regionserver.tool("get-aws-instances", {
region: "ap-south-1"
})
codewithdpk/aws-mcp-server
March 28, 2025
March 28, 2025
JavaScript