MCP.so
登录

AWS MCP

@RafalWilinski

关于 AWS MCP

Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

RafalWilinski

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器