AWS

AWS

Perform operations on your AWS resources using an LLM.

127
Stars
25
Forks
0
Releases

Overview

An MCP server that exposes AWS resource operations through the Model Context Protocol, enabling LLM-powered requests to manage AWS resources. It currently supports S3 and DynamoDB services. All operations are automatically logged and can be accessed via the audit://aws-operations resource endpoint. The server provides tools for common AWS tasks: S3 bucket management (create, list, delete) and object operations (upload, delete, list, read), DynamoDB table operations (create, describe, delete, update) and item operations (put, get, update, delete), as well as batch and TTL-related DynamoDB operations. It can be run locally alongside Claude Desktop, with installation via Smithery or manual setup. The server is listed as a Community Server in the MCP servers repository.

Details

Owner
rishikavikondala
Language
Python
License
MIT License
Updated
2025-12-07

Features

s3_bucket_create

Create a new S3 bucket

s3_bucket_list

List all S3 buckets

s3_bucket_delete

Delete an S3 bucket

s3_object_upload

Upload an object to S3

s3_object_delete

Delete an object from S3

s3_object_list

List objects in an S3 bucket

s3_object_read

Read an object's content from S3

dynamodb_table_create

Create a new DynamoDB table

Tags

AWSS3DynamoDBMCPaudit-loggingClaudeserver