AWS CLI MCP Server
Servidor MCP de AWS CLI
Un servidor MCP (Protocolo de contexto de modelo) que le permite generar y ejecutar comandos de AWS CLI directamente desde Claude.
Características
Ejecutar comandos de AWS CLI a través del protocolo MCP
Obtenga información detallada sobre los servicios de AWS
Lista de los servicios de AWS disponibles
Acceso completo a las capacidades de AWS CLI
Related MCP server: AWS MCP Server
Herramientas
execute-aws-command : Ejecutar comandos de la CLI de AWS
Parámetros:
command: servicio de AWS (por ejemplo, s3, ec2, lambda)subcommand(opcional): Comando a ejecutar (por ejemplo, ls, describe-instances)options(opcional): Opciones de comando como pares clave-valor
get-service-details : obtener detalles sobre un servicio específico de AWS
Parámetros:
service: nombre del servicio de AWS (por ejemplo, s3, ec2, lambda)
Recursos
aws-services://list : Lista de los servicios de AWS disponibles
Configuración e instalación
Prerrequisitos
Node.js (se recomienda v20 o posterior)
npm o hilo
AWS CLI instalada y configurada con credenciales
Mecanografiado
Instalación local
Clonar este repositorio:
git clone https://github.com/IcyKallen/aws-cli-mcp-server
cd aws-cli-mcp-serverInstalar dependencias:
npm installConstruir el proyecto:
npm run buildAsegúrese de que AWS CLI esté configurado:
aws configureInicie el servidor MCP:
npm startIntegración con Claude Desktop
Agregue esto a su claude_desktop_config.json :
Después de crear el proyecto, puedes utilizar:
{
"mcpServers": {
"aws-cli": {
"command": "node",
"args": [
"/path/to/aws-cli-mcp-server/dist/index.js"
]
}
}
}Ejemplo de uso en Claude
Lista de buckets de S3
I need to list my S3 buckets.Crear un bucket S3
Create a new S3 bucket named "my-test-bucket" in the us-west-2 region.Obtenga detalles del servicio EC2
What EC2 commands are available?Notas de seguridad
Este servidor ejecuta comandos de AWS CLI con los mismos permisos que sus credenciales de AWS configuradas
Tenga cuidado con quién puede acceder a este servidor
Considere implementar autenticación adicional para uso en producción
Licencia
Licencia MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloud-hosted MCP server for durable AI memory
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Related MCP Servers
- FlicenseCqualityDmaintenanceA 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.3294-
- FlicenseCqualityDmaintenanceA 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.36-
- AlicenseNot gradedqualityFmaintenanceAn MCP server that allows Claude Code to interact with the OpenAI Codex CLI.2921MIT
- FlicenseBqualityDmaintenanceAn MCP server that enables Claude Code CLI to interact with Cloud Desktop, ChatGPT, and Gemini web interfaces through browser automation.6-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IcyKallen/aws-cli-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server