{"type":"mcp_server","name":"mcp-server-aws","description":"This repository provides an AWS Model Context Protocol (MCP) server implementation supporting S3 and DynamoDB, enabling logged operations accessible via the `audit://aws-operations` endpoint. It facilitates integration with the Claude desktop","category":"System Tools","language":"Python","stars":128,"forks":9,"owner":"rishikavikondala","github_url":"https://github.com/rishikavikondala/mcp-server-aws","homepage":null,"setup":"## Setup\n\n**Installing via Smithery**\n\nTo install AWS MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-server-aws):\n\n```bash\nnpx -y @smithery/cli install mcp-server-aws --client claude\n```\n\n**Manual Installation**\n1. Clone this repository.\n2. Set up your AWS credentials via one of the two methods below. Note that this server requires an IAM user with RW permissions for your AWS account for S3 and DynamoDB.\n    - Environment variables: `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION` (defaults to `us-east-1`)\n    - Default AWS credential chain (set up via AWS CLI with `aws configure`)\n3. Add the following to your `claude_desktop_config.json` file:\n    - On MacOS: `~/Library/Application\\ Support/Claude/claude_desktop_config.json`\n    - On Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```\n\"mcpServers\": {\n  \"mcp-server-aws\": {\n    \"command\": \"uv\",\n    \"args\": [\n      \"--directory\",\n      \"/path/to/repo/mcp-server-aws\",\n      \"run\",\n      \"mcp-server-aws\"\n    ]\n  }\n}\n```\n4. Install and open the [Claude desktop app](https://claude.ai/download).\n5. Try asking Claude to do a read/write operation of some sort to confirm the setup (e.g. create an S3 bucket and give it a random name). If there are issues, use the Debugging tools provided in the MCP documentation [here](https://modelcontextprotocol.io/docs/tools/debugging).","tools":"## Available Tools\n\n### S3 Operations\n\n1.  **s3_bucket_create**: Create a new S3 bucket.\n2.  **s3_bucket_list**: List all S3 buckets.\n3.  **s3_bucket_delete**: Delete an S3 bucket.\n4.  **s3_object_upload**: Upload an object to S3.\n5.  **s3_object_delete**: Delete an object from S3.\n6.  **s3_object_list**: List objects in an S3 bucket.\n7.  **s3_object_read**: Read an object's content from S3.\n\n### DynamoDB Operations\n\n#### Table Operations\n\n8.  **dynamodb_table_create**: Create a new DynamoDB table.\n9.  **dynamodb_table_describe**: Get details about a DynamoDB table.\n10. **dynamodb_table_delete**: Delete a DynamoDB table.\n11. **dynamodb_table_update**: Update a DynamoDB table.\n\n#### Item Operations\n\n12. **dynamodb_item_put**: Put an item into a DynamoDB table.\n13. **dynamodb_item_get**: Get an item from a DynamoDB table.\n14. **dynamodb_item_update**: Update an item in a DynamoDB table.\n15. **dynamodb_item_delete**: Delete an item from a DynamoDB table.\n16. **dynamodb_item_query**: Query items in a DynamoDB table.\n17. **dynamodb_item_scan**: Scan items in a DynamoDB table.\n\n#### Batch Operations\n\n18. **dynamodb_batch_get**: Batch get multiple items from DynamoDB tables.\n19. **dynamodb_item_batch_write**: Batch write operations (put/delete) for DynamoDB items.\n20. **dynamodb_batch_execute**: Execute multiple PartiQL statements in a batch.\n\n#### TTL Operations\n\n21. **dynamodb_describe_ttl**: Get the TTL settings for a table.\n22. **dynamodb_update_ttl**: Update the TTL settings for a table.","faq":null,"created_at":"2024-12-04T01:26:55+00:00","updated_at":"2025-03-27T12:26:48+00:00","source_url":"https://model-context-protocol.com/servers/aws-model-context-protocol-server-implementation","related_articles":[]}