MCP server

AWS MCP

MCP

The official AWS MCP server. IAM, not a guessed CLI.

AWS’s managed MCP. Talk to the account you sign into, through the proxy that bridges SigV4.

latest·Proprietary·Updated this quarter·github.com/aws/mcp-proxy-for-aws·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "aws": {
      "url": "https://aws-mcp.us-east-1.api.aws/mcp"
    }
  }
}

By Amazon

Spec

What the server actually exposes.

  • list_resources

    read

    Resources in the account and region.

  • describe

    read

    A resource, as the API returns it.

  • call

    write

    An AWS API the role allows, after you confirm.

Guardrails

  • IAM of the role you assume
  • Writes need confirm
  • Regional endpoint

aws-mcp.mcp/tools

Tools

  • list_resources

    Resources in the account and region.

    read
  • describe

    A resource, as the API returns it.

    read
  • call

    An AWS API the role allows, after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_resources",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.