AWS CLI MCP Server provides a bridge between AI assistants and the AWS Command Line Interface, enabling execution of AWS commands directly through conversation. The server implements tools for executing AWS CLI commands with optional parameters, retrieving service details, and listing available AWS services. Built with TypeScript and the Model Context Protocol SDK, it verifies AWS CLI installation and credentials before starting, making it valuable for users who need to manage their AWS resources without leaving their AI assistant interface. Particularly useful for common tasks like listing S3 buckets, creating resources, or checking service status through natural language requests.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Execute AWS CLI commands. Parameters: command (string), subcommand (optional string), options (optional key-value pairs)
Get details about a specific AWS service. Parameters: service (string)
List available AWS services.