use_aws_mcp
Created 4 months ago
A standalone Model Context Protocol (MCP) server providing AWS CLI functionality.
development
AWS
MCP
CLI
Rust
What is use_aws_mcp?
amazon-q-cli's use_aws tool extracted into independent mcp, for general aws api usage.
Documentation
use_aws MCP Server
Features
- AWS CLI Integration
- Safety Checks
- User Agent Management
- Parameter Formatting
- Error Handling
- MCP Protocol Compliance
- Human-Readable Descriptions
Installation# Prerequisites
- Rust (1.70 or later)
- AWS CLI installed and configured
- AWS credentials configured
Building
cargo build --release
Usage# MCP Client Integration
To use this server with an MCP client, install it using Cargo:
cargo install use_aws_mcp
Running the MCP Server Locally
./target/release/use_aws_mcp
Command Descriptions
The server provides human-readable descriptions of AWS CLI commands.
Safety Features
- Read-Only Operation Detection
- Output Truncation
License
MIT, Apache-2.0
Server Config
{
"mcpServers": {
"use_aws_mcp-server": {
"command": "npx",
"args": [
"use_aws_mcp"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 07, 2025
Updated At:
Aug 07, 2025
Author:
Runjivu
Category:
community
License:
MIT, Apache-2.0
Tags:
development
AWS
MCP