AWS MCP
@RafalWilinski
关于 AWS MCP
Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AWS MCP?
AWS MCP is a Model Context Protocol server that enables AI assistants like Claude to interact with your AWS environment using natural language. It allows querying and managing AWS resources during conversations, serving as a local alternative to Amazon Q.
How to use AWS MCP?
Clone the repository, install dependencies with npm or pnpm, then configure Claude Desktop by editing its config file to point to the project. Start by selecting an AWS profile or directly asking natural language queries such as listing EC2 instances or S3 buckets.
Key features of AWS MCP
- Query and modify AWS resources via natural language
- Support for multiple AWS profiles and SSO authentication
- Multi-region support
- Secure local credential handling
- Runs entirely on your machine
Use cases of AWS MCP
- List available AWS profiles interactively
- Query all EC2 instances in an account
- Show S3 buckets with their sizes
- List Lambda functions deployed in a specific region
- List ECS clusters and their services
FAQ from AWS MCP
What prerequisites are needed?
Node.js, Claude Desktop, and locally configured AWS credentials in ~/.aws/.
How do I configure the server in Claude Desktop?
Edit claude_desktop_config.json to add the MCP server entry with the correct path to the project and run command.
Does the server expose my AWS credentials?
No – credentials are used only locally and are never sent to external services.
How can I see logs if something goes wrong?
Tail the log files at ~/Library/Logs/Claude/mcp-server-aws.log or ~/Library/Logs/Claude/mcp.log.
Does the server support multiple AWS regions?
Yes, it includes multi-region support for querying resources across regions.
云与基础设施 分类下的更多 MCP 服务器
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
评论