Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Aws Mcp

    Talk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative. TypeScript-based implementation.

    285 stars
    TypeScript
    Updated Oct 18, 2025
    ai
    amazon-q
    aws
    claude
    llm
    mcp

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Usage
    • Using with nvm
    • Troubleshooting
    • Features in Development

    Table of Contents

    • Features
    • Prerequisites
    • Installation
    • Usage
    • Using with nvm
    • Troubleshooting
    • Features in Development

    Documentation

    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

    Prerequisites

    • Node.js
    • Claude Desktop
    • AWS credentials configured locally (~/.aws/ directory)

    Installation

    1. Clone the repository:

    bash
    git clone https://github.com/RafalWilinski/aws-mcp
    cd aws-mcp

    2. Install dependencies:

    bash
    pnpm install
    # or
    npm install

    Usage

    1. Open Claude desktop app and go to Settings -> Developer -> Edit Config

    Claude Settings

    2. Add the following entry to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "aws": {
          "command": "npm", // OR pnpm
          "args": [
            "--silent",
            "--prefix",
            "/Users//aws-mcp",
            "start"
          ]
        }
      }
    }

    Important: Replace /Users//aws-mcp with the actual path to your project directory.

    3. Restart Claude desktop app. You should see this:

    Claude MCP Connection Status

    4. Start by selecting an AWS profile or jump to action by asking:

    • "List available AWS profiles"
    • "List all EC2 instances in my account"
    • "Show me S3 buckets with their sizes"
    • "What Lambda functions are deployed in us-east-1?"
    • "List all ECS clusters and their services"

    Using with nvm

    Build from source first and add following config:

    json
    {
      "mcpServers": {
        "aws": {
          "command": "/Users//.nvm/versions/node/v20.10.0/bin/node",
          "args": [
            "/aws-mcp/node_modules/tsx/dist/cli.mjs",
            "/aws-mcp/index.ts",
            "--prefix",
            "/aws-mcp",
            "start"
          ]
        }
      }
    }

    Troubleshooting

    To see logs:

    bash
    tail -n 50 -f ~/Library/Logs/Claude/mcp-server-aws.log
    # or
    tail -n 50 -f ~/Library/Logs/Claude/mcp.log

    Features in Development

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

    Similar MCP

    Based on tags & features

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • AW

      Aws Mcp Server

      Python·
      165

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k