AWS MCP Servers

The official suite of specialized MCP servers for interacting with the entire AWS ecosystem.

Categories
Managing & Observability
Python
AWS Official
DevOps & Platforms
Our Take

This is not a single server, but a comprehensive library of official servers from AWS, каждой for a specific service (CDK, EKS, DynamoDB, Bedrock, etc.). This is a monumental contribution to the ecosystem, providing a secure, reliable, and best-practice way for AI agents to operate within a cloud environment. For any developer building on AWS, this collection is an indispensable part of their toolkit.

Quick Start
// Installation is typically done via uvx for each specific server.
  // Example for the core server in Amazon Q:
  {
    "mcpServers": {
      "awslabs.core-mcp-server": {
        "command": "uvx",
        "args": ["awslabs.core-mcp-server@latest"]
      }
    }
  }