Back to MCP Servers
☁️

AWS MCP Servers

by AWS Labs

Official AWS MCP servers. Access Bedrock, CDK, Cost Analysis, Documentation, and more.

Official
Developer Tools
Deployment Type
🔄Local & Remote

Supports both local and remote

Authentication
🔒Credentials

User credentials required

Installation
Medium

Some configuration needed

Use Cases
Common ways to use this MCP server
Cloud management
Cost analysis
Infrastructure as code
Documentation search
Ideal For
This server is perfect for these roles and teams
Cloud Architects
DevOps Engineers
Developers
Installation
Quick start guide for setting up this MCP server

1. Install via npx

npx -y @modelcontextprotocol/aws

2. Add to Claude Desktop config

Edit claude_desktop_config.json

{
  "mcpServers": {
    "aws": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/aws"],
      "env": {
        "AUTH_TOKEN": "your-credentials-here"
      }
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Learn More About Model Context Protocol
Understand how MCP works and how to build your own servers