AWS MCP Server

Active

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.

Updated 8/8/2025
Key Features

What makes this MCP server special

S3 Operations
DynamoDB Operations

Requirements

uv
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/rishikavikondala

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/rishikavikondala/mcp-server-aws?tab=readme-ov-file#manual-installation

2. Configuration

{
  "mcpServers": {
    "mcp-server-aws": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/repo/mcp-server-aws",
        "run",
        "mcp-server-aws"
      ]
    }
  }
}

3. Usage Example

-