AWS CLI MCP 服务器
MCP(模型上下文协议)服务器可让您直接从 Claude 生成和执行 AWS CLI 命令。
特征
通过 MCP 协议执行 AWS CLI 命令
获取有关 AWS 服务的详细信息
列出可用的 AWS 服务
完全访问 AWS CLI 功能
工具
执行AWS CLI 命令
参数:
command
:AWS 服务(例如 s3、ec2、lambda)subcommand
(可选):要执行的命令(例如 ls、describe-instances)options
(可选):命令选项作为键值对
get-service-details :获取有关特定 AWS 服务的详细信息
参数:
service
:AWS 服务名称(例如 s3、ec2、lambda)
资源
aws-services://list :列出可用的 AWS 服务
设置和安装
先决条件
Node.js(建议使用 v20 或更高版本)
npm 或 yarn
已安装 AWS CLI 并使用凭证进行配置
TypeScript
本地安装
克隆此存储库:
安装依赖项:
构建项目:
确保已配置 AWS CLI:
启动 MCP 服务器:
与 Claude Desktop 集成
将其添加到您的claude_desktop_config.json
中:
构建项目后,您可以使用:
Claude 中的示例用法
列出 S3 存储桶
创建 S3 存储桶
获取 EC2 服务详细信息
安全说明
该服务器使用与您配置的 AWS 凭证相同的权限执行 AWS CLI 命令
请谨慎选择可以访问此服务器的人
考虑实施额外的身份验证以供生产使用
执照
MIT 许可证
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
一个 MCP 服务器,使 Claude 能够生成和执行 AWS CLI 命令,从而允许用户通过自然语言对话来管理 AWS 资源。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.Last updated -3286
Tembo MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.Last updated -107MIT License- -securityAlicense-qualityA lightweight service that enables AI assistants to execute AWS CLI commands through the Model Context Protocol (MCP), allowing AI tools to retrieve AWS documentation and interact with AWS services.Last updated -164MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server allowing Claude AI to interact with AWS resources through natural language, enabling users to query and manage AWS services without using the traditional AWS Console or CLI.Last updated -34