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 がインストールされ、認証情報が設定されている
タイプスクリプト
ローカルインストール
このリポジトリをクローンします:
git clone https://github.com/IcyKallen/aws-cli-mcp-server
cd aws-cli-mcp-server依存関係をインストールします:
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"
]
}
}
}クロードでの使用例
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.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