MCP Configs2026年3月31日·1 分钟阅读

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.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

{
  "mcpServers": {
    "aws-s3": {
      "command": "uvx",
      "args": ["awslabs.s3-mcp-server@latest"],
      "env": { "AWS_PROFILE": "default" }
    }
  }
}

Requires AWS CLI configured with valid credentials (aws configure).


介绍

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.


🙏

来源与感谢

Created by AWS Labs. Licensed under Apache 2.0. awslabs/mcp — 8,600+ GitHub stars

相关资产