About
Aws Sa Tools — Model Context Protocol server
README
A Model Context Protocol (MCP) server that provides tools to interact with AWS services through Claude Desktop.
Features
- S3: List buckets, list objects
- EC2: Describe instances, security groups, VPCs
- RDS: Describe database instances
- Cost Explorer: Get cost and usage reports
- CloudWatch: Retrieve metric statistics
- Generic AWS SDK: Access any AWS operation via
aws_sdk_wrapper - Vector Store: Optional document ingestion and search capabilities
Quick Start
Prerequisites
- Python 3.12+
- AWS credentials configured (
~/.aws/credentials) - Claude Desktop installed
Installation
Install the package:
pip install aws-mcp-serverConfigure Claude Desktop: Add to your
claude_desktop_config.json:{ "mcpServers": { "aws-mcp-server": { "command": "aws-mcp-server" } } }Configure AWS credentials:
aws configure # OR manually edit ~/.aws/credentials:[default] aws_access_key_id = YOUR_ACCESS_KEY aws_secret_access_key = YOUR_SECRET_KEY region = us-east-1
Development
Local Development Setup
# Clone and install
git clone <repository-url>
cd aws-mcp-server
uv sync
# Run locally
uvx .
Configuration Options
Set environment variables for customization:
export AWS_MCP_PORT=8888
export AWS_MCP_DEBUG=true
export ENABLE_VECTOR_STORE=true
Documentation
- Deployment Guide - Production deployment with AWS App Runner
- Vector Store Guide - Document ingestion and search setup
- Workflow Guide - Development workflows and patterns
License
MIT License - see LICENSE file for details.
Installing Aws Sa Tools
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Havoc24k/aws-sa-tools-mcp-serverFAQ
Is Aws Sa Tools MCP free?
Yes, Aws Sa Tools MCP is free — one-click install via Unyly at no cost.
Does Aws Sa Tools need an API key?
No, Aws Sa Tools runs without API keys or environment variables.
Is Aws Sa Tools hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Aws Sa Tools in Claude Desktop, Claude Code or Cursor?
Open Aws Sa Tools on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Aws Sa Tools with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
