Labsco
RafalWilinski logo

AWS MCP

โ˜… 295

from RafalWilinski

Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

AWS MCP

A Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your AWS environment. This allows for natural language querying and management of your AWS resources during conversations. Think of better Amazon Q alternative.

AWS MCP

Features

  • ๐Ÿ” Query and modify AWS resources using natural language
  • โ˜๏ธ Support for multiple AWS profiles and SSO authentication
  • ๐ŸŒ Multi-region support
  • ๐Ÿ” Secure credential handling (no credentials are exposed to external services, your local credentials are used)
  • ๐Ÿƒโ€โ™‚๏ธ Local execution with your AWS credentials

Using with nvm

Build from source first and add following config:

Copy & paste โ€” that's it
{
  "mcpServers": {
    "aws": {
      "command": "/Users/<USERNAME>/.nvm/versions/node/v20.10.0/bin/node",
      "args": [
        "<WORKSPACE_PATH>/aws-mcp/node_modules/tsx/dist/cli.mjs",
        "<WORKSPACE_PATH>/aws-mcp/index.ts",
        "--prefix",
        "<WORKSPACE_PATH>/aws-mcp",
        "start"
      ]
    }
  }
}

Features in Development

  • MFA support
  • Cache SSO credentials to prevent from refreshing them too eagerly

<a href="https://glama.ai/mcp/servers/ta7kdy57us"><img width="380" height="200" src="https://glama.ai/mcp/servers/ta7kdy57us/badge" alt="aws-mcp MCP server" /></a>