by rishikavikondala
mcp-server-aws is a Model Context Protocol (MCP) server implementation that enables users to interact with Amazon S3 and DynamoDB resources using a Large Language Model (LLM) through the Claude desktop app. It simplifies AWS management by allowing natural language commands for various operations, with all actions automatically logged for auditing.
mcp-server-aws is a Model Context Protocol (MCP) server implementation that allows users to interact with AWS resources using a Large Language Model (LLM), specifically designed to work with the Claude desktop app. It provides a set of tools to perform operations on Amazon S3 and DynamoDB services, with all operations automatically logged for auditing purposes.
mcp-server-aws can be installed and used with the Claude desktop app. There are two primary installation methods:
npx -y @smithery/cli install mcp-server-aws --client claude
command for automatic installation.claude_desktop_config.json
file to include the server. An IAM user with read/write permissions for S3 and DynamoDB is required.After installation, users can interact with AWS resources by asking Claude to perform read/write operations (e.g., creating an S3 bucket).
audit://aws-operations
resource endpoint.A Model Context Protocol server implementation for AWS operations that currently supports S3 and DynamoDB services. All operations are automatically logged and can be accessed through the audit://aws-operations
resource endpoint.
See a demo video here.
Listed as a Community Server within the MCP servers repository.
To install AWS MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-aws --client claude
AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
, AWS_REGION
(defaults to us-east-1
)aws configure
)claude_desktop_config.json
file:~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-aws": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-aws",
"run",
"mcp-server-aws"
]
}
}
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by daytonaio
Provides a secure, elastic sandbox environment for executing AI‑generated code with isolated runtimes and sub‑90 ms provisioning.
by awslabs
Specialized servers that expose AWS capabilities through the Model Context Protocol, allowing AI assistants and other applications to retrieve up‑to‑date AWS documentation, manage infrastructure, query services, and perform workflow automation directly from their context.
by awslabs
AWS MCP Servers allow AI agents to interact with and manage a wide range of AWS services using natural language commands. They enable AI-powered cloud management, automated DevOps, and data-driven insights within the AWS ecosystem.
by cloudflare
Remote Model Context Protocol endpoints that let AI clients read, process, and act on data across Cloudflare services such as Workers, Radar, Observability, and more.
by supabase-community
Enables AI assistants to interact directly with Supabase projects, allowing them to query databases, fetch configuration, manage tables, and perform other project‑level operations.
by Azure
azure-mcp is a server that implements the Model Context Protocol (MCP) to connect AI agents with Azure services. It allows developers to interact with Azure resources like Storage, Cosmos DB, and the Azure CLI using natural language commands within their development environment.
by Flux159
MCP Server for Kubernetes management commands, enabling interaction with Kubernetes clusters to manage pods, deployments, and services.
by strowk
Provides a Golang‑based server that enables interaction with Kubernetes clusters via prompts, allowing listing of contexts, namespaces, resources, nodes, pods, events, logs, and executing commands inside pods.
by jamsocket
Run arbitrary Python code securely in persistent, stateful sandboxes that remain available indefinitely.