AWS CLI MCP Server
AWS CLI MCP 서버
Claude에서 직접 AWS CLI 명령을 생성하고 실행할 수 있는 MCP(Model Context Protocol) 서버입니다.
특징
MCP 프로토콜을 통해 AWS CLI 명령 실행
AWS 서비스에 대한 자세한 정보를 얻으세요
사용 가능한 AWS 서비스 나열
AWS CLI 기능에 대한 전체 액세스
Related MCP server: AWS MCP Server
도구
execute-aws-command : 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가 설치되고 자격 증명으로 구성됨
타입스크립트
로컬 설치
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm install프로젝트를 빌드하세요:
npm run buildAWS CLI가 구성되었는지 확인하세요.
aws configureMCP 서버를 시작합니다.
npm startClaude Desktop과 통합
claude_desktop_config.json 에 다음을 추가하세요:
프로젝트를 빌드한 후에는 다음을 사용할 수 있습니다.
{
"mcpServers": {
"aws-cli": {
"command": "node",
"args": [
"/path/to/aws-cli-mcp-server/dist/index.js"
]
}
}
}Claude에서의 사용 예
S3 버킷 목록
I need to list my S3 buckets.S3 버킷 만들기
Create a new S3 bucket named "my-test-bucket" in the us-west-2 region.EC2 서비스 세부 정보 가져오기
What EC2 commands are available?보안 참고 사항
이 서버는 구성된 AWS 자격 증명과 동일한 권한으로 AWS CLI 명령을 실행합니다.
이 서버에 누가 접근할 수 있는지 주의하세요
프로덕션 사용을 위해 추가 인증 구현을 고려하세요
특허
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.2121MIT
- 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