Описание
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.
Установка Aws Sa Tools
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Havoc24k/aws-sa-tools-mcp-serverFAQ
Aws Sa Tools MCP бесплатный?
Да, Aws Sa Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Aws Sa Tools?
Нет, Aws Sa Tools работает без API-ключей и переменных окружения.
Aws Sa Tools — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Aws Sa Tools в Claude Desktop, Claude Code или Cursor?
Открой Aws Sa Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Aws Sa Tools with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
