AWS Instances MCP (Model Context Protocol) Server
@codewithdpk
About AWS Instances MCP (Model Context Protocol) Server
MCP (Model context protocol) server to connect MCP client such as Claude Desktop.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Retrieves list of running AWS instances for a given region
Overview
What is AWS Instances MCP (Model Context Protocol) Server?
A Model Context Protocol (MCP) server that retrieves and lists running AWS EC2 instances for a specified region using the AWS SDK. It is designed for developers and administrators who need to query EC2 instance details via an MCP-enabled client like Claude for Desktop.
How to use AWS Instances MCP (Model Context Protocol) Server?
Clone the repository, install dependencies with npm install, configure AWS credentials in a .env file, then build with npm run build. Add the server to your Claude for Desktop configuration by specifying the path to build/index.js in claude_desktop_config.json. Invoke the server using the get-aws-instances tool with a region parameter.
Key features of AWS Instances MCP (Model Context Protocol) Server?
- Retrieves running EC2 instances for a specified AWS region
- Supports multiple availability zones
- Provides instance ID, type, public IP, private IP, and state
- Built with TypeScript, MCP, AWS SDK, and Zod
Use cases of AWS Instances MCP (Model Context Protocol) Server?
- System administrators inventorying running EC2 instances in a specific region
- DevOps engineers integrating with AI assistants to quickly query instance details
- Developers automating EC2 status checks within an MCP‑enabled workflow
FAQ from AWS Instances MCP (Model Context Protocol) Server
What are the prerequisites?
Node.js version 18 or later, an AWS Account, and an AWS Access
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Comments