Serversio.github.aws/aws-mcp
M

AWS MCP Server

io.github.aws/aws-mcp · v1.0.0-preview.1
▦ pypi
v1.0.0-preview.1pypi pypi: mcp-proxy-for-aws↗ Website
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.aws/aws-mcp",
  "description": "A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.",
  "title": "AWS MCP Server",
  "version": "1.0.0-preview.1",
  "websiteUrl": "https://docs.aws.amazon.com/aws-mcp",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-proxy-for-aws",
      "version": "1.1.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "AWS MCP endpoint URL",
          "value": "https://aws-mcp.us-east-1.api.aws/mcp",
          "type": "positional",
          "valueHint": "mcp_endpoint_url"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}