# AWS MCP Servers — Official AWS Integration > Official MCP servers for AWS by Amazon. Connect AI agents to S3, Lambda, CloudWatch, Bedrock, CDK, and more AWS services. Secure IAM-based auth. 8.6K+ stars. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```json { "mcpServers": { "aws-s3": { "command": "uvx", "args": ["awslabs.s3-mcp-server@latest"], "env": { "AWS_PROFILE": "default" } } } } ``` Requires AWS CLI configured with valid credentials (`aws configure`). --- ## Intro AWS MCP Servers is the official collection of MCP servers by Amazon Web Services. It gives AI coding agents secure access to AWS services — S3 for file storage, Lambda for serverless functions, CloudWatch for monitoring, Bedrock for AI models, CDK for infrastructure-as-code, and many more. Uses IAM-based authentication for enterprise-grade security. 8,600+ GitHub stars, Apache 2.0 licensed. **Best for**: Developers building AI agents that interact with AWS infrastructure **Works with**: Claude Code, Cursor, Gemini CLI, any MCP client --- ## Available Servers | Server | Description | |--------|-------------| | `s3-mcp-server` | Read, write, list, and search S3 objects | | `lambda-mcp-server` | Invoke Lambda functions, manage deployments | | `cloudwatch-mcp-server` | Query logs, metrics, and alarms | | `bedrock-mcp-server` | Invoke Bedrock models, manage endpoints | | `cdk-mcp-server` | Generate and deploy CDK infrastructure | | `ecs-mcp-server` | Manage ECS tasks and services | | `cost-analysis-mcp-server` | Query AWS cost and usage data | | `cloudformation-mcp-server` | Deploy and manage stacks | --- ## Security - **IAM authentication** — uses your AWS credentials and roles - **Least privilege** — each server requests only the permissions it needs - **No credentials in config** — reads from AWS CLI profile or environment --- ### FAQ **Q: What are AWS MCP Servers?** A: Official MCP servers by Amazon for connecting AI agents to AWS services (S3, Lambda, CloudWatch, Bedrock, CDK, and more). 8.6K+ stars, Apache 2.0. **Q: Do I need an AWS account?** A: Yes, you need an AWS account with configured credentials. The MCP servers use your existing IAM roles and permissions. --- ## Source & Thanks > Created by [AWS Labs](https://github.com/awslabs). Licensed under Apache 2.0. > [awslabs/mcp](https://github.com/awslabs/mcp) — 8,600+ GitHub stars --- Source: https://tokrepo.com/en/workflows/0fc43d04-d671-4487-bd67-47202dd9dd13 Author: MCP Hub