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

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp

    AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.

    6,922 stars
    Python
    Updated Nov 4, 2025
    aws
    mcp
    mcp-client
    mcp-clients
    mcp-host
    mcp-server
    mcp-servers
    mcp-tools
    modelcontextprotocol

    Documentation

    AWS MCP Servers

    A suite of specialized MCP servers that help you get the most out of AWS, wherever you use MCP.

    GitHub

    License

    Codecov

    OSSF-Scorecard Score

    Table of Contents

    • AWS MCP Servers
    • Table of Contents
    • What is the Model Context Protocol (MCP) and how does it work with AWS MCP Servers?
    • AWS MCP Servers Transport Mechanisms
    • Supported transport mechanisms
    • Server Sent Events Support Removal
    • Why AWS MCP Servers?
    • Available MCP Servers: Quick Installation
    • 🚀Getting Started with AWS
    • Browse by What You're Building
    • 📚 Real-time access to official AWS documentation
    • 🏗️ Infrastructure \& Deployment
    • Infrastructure as Code
    • Container Platforms
    • Serverless \& Functions
    • Support
    • 🤖 AI \& Machine Learning
    • 📊 Data \& Analytics
    • SQL \& NoSQL Databases
    • Search \& Analytics
    • Caching \& Performance
    • 🛠️ Developer Tools \& Support
    • 📡 Integration \& Messaging
    • 💰 Cost \& Operations
    • 🧬 Healthcare \& Lifesciences
    • Browse by How You're Working
    • 👨‍💻 Vibe Coding \& Development
    • Core Development Workflow
    • Infrastructure as Code
    • Application Development
    • Container \& Serverless Development
    • Testing \& Data
    • Lifesciences Workflow Development
    • 💬 Conversational Assistants
    • Knowledge \& Search
    • Content Processing \& Generation
    • Business Services
    • 🤖 Autonomous Background Agents
    • Data Operations \& ETL
    • Caching \& Performance
    • Workflow \& Integration
    • Operations \& Monitoring
    • MCP AWS Lambda Handler Module
    • When to use Local vs Remote MCP Servers?
    • Local MCP Servers
    • Remote MCP Servers
    • Use Cases for the Servers
    • Installation and Setup
    • Running MCP servers in containers
    • Getting Started with Amazon Q Developer CLI
    • [~/.aws/amazonq/mcp.json](#awsamazonqmcpjson)
    • Getting Started with Kiro
    • [kiro_mcp_settings.json](#kiro_mcp_settingsjson)
    • Getting Started with Cline and Amazon Bedrock
    • [cline_mcp_settings.json](#cline_mcp_settingsjson)
    • Getting Started with Cursor
    • [.cursor/mcp.json](#cursormcpjson)
    • Getting Started with Windsurf
    • [~/.codeium/windsurf/mcp_config.json](#codeiumwindsurfmcp_configjson)
    • Getting Started with VS Code
    • [.vscode/mcp.json](#vscodemcpjson)
    • Getting Started with Claude Code
    • [.mcp.json](#mcpjson)
    • Samples
    • Vibe coding
    • Additional Resources
    • Security
    • Contributing
    • Developer guide
    • License
    • Disclaimer

    What is the Model Context Protocol (MCP) and how does it work with AWS MCP Servers?

    The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

    — Model Context Protocol README

    An MCP Server is a lightweight program that exposes specific capabilities through the standardized Model Context Protocol. Host applications (such as chatbots, IDEs, and other AI tools) have MCP clients that maintain 1:1 connections with MCP servers. Common MCP clients include agentic AI coding assistants (like Q Developer, Cline, Cursor, Windsurf) as well as chatbot applications like Claude Desktop, with more clients coming soon. MCP servers can access local data sources and remote services to provide additional context that improves the generated outputs from the models.

    AWS MCP Servers use this protocol to provide AI applications access to AWS documentation, contextual guidance, and best practices. Through the standardized MCP client-server architecture, AWS capabilities become an intelligent extension of your development environment or AI application.

    AWS MCP servers enable enhanced cloud-native development, infrastructure management, and development workflows—making AI-assisted cloud computing more accessible and efficient.

    The Model Context Protocol is an open source project run by Anthropic, PBC. and open to contributions from the entire community. For more information on MCP, you can find further documentation here

    AWS MCP Servers Transport Mechanisms

    Supported transport mechanisms

    The MCP protocol currently defines two standard transport mechanisms for client-server communication:

    • stdio, communication over standard in and standard out
    • streamable HTTP

    These AWS MCP Servers are designed to support stdio only.

    You are responsible for ensuring that your use of these servers comply with the terms governing them, and any laws, rules, regulations, policies, or standards that apply to you.

    Server Sent Events Support Removal

    Important Notice: On May 26th, 2025, Server Sent Events (SSE) support was removed from all MCP servers in their latest major versions. This change aligns with the Model Context Protocol specification's backwards compatibility guidelines.

    We are actively working towards supporting Streamable HTTP, which will provide improved transport capabilities for future versions.

    For applications still requiring SSE support, please use the previous major version of the respective MCP server until you can migrate to alternative transport methods.

    Why AWS MCP Servers?

    MCP servers enhance the capabilities of foundation models (FMs) in several key ways:

    • Improved Output Quality: By providing relevant information directly in the model's context, MCP servers significantly improve model responses for specialized domains like AWS services. This approach reduces hallucinations, provides more accurate technical details, enables more precise code generation, and ensures recommendations align with current AWS best practices and service capabilities.
    • Access to Latest Documentation: FMs may not have knowledge of recent releases, APIs, or SDKs. MCP servers bridge this gap by pulling in up-to-date documentation, ensuring your AI assistant always works with the latest AWS capabilities.
    • Workflow Automation: MCP servers convert common workflows into tools that foundation models can use directly. Whether it's CDK, Terraform, or other AWS-specific workflows, these tools enable AI assistants to perform complex tasks with greater accuracy and efficiency.
    • Specialized Domain Knowledge: MCP servers provide deep, contextual knowledge about AWS services that might not be fully represented in foundation models' training data, enabling more accurate and helpful responses for cloud development tasks.

    Available MCP Servers: Quick Installation

    Get started quickly with one-click installation buttons for popular MCP clients. Click the buttons below to install servers directly in Cursor or VS Code:

    🚀 Getting Started with AWS

    For general AWS interactions and comprehensive API support, we recommend starting with:

    Server NameDescriptionInstall
    AWS API MCP ServerStart here for general AWS interactions! Comprehensive AWS API support with command validation, security controls, and access to all AWS services. Perfect for managing infrastructure, exploring resources, and executing AWS operations through natural language.InstallInstall VS Code
    AWS Knowledge MCP ServerA remote, fully-managed MCP server hosted by AWS that provides access to the latest AWS docs, API references, What's New Posts, Getting Started information, Builder Center, Blog posts, Architectural references, and Well-Architected guidance.Install Install on VS Code

    Browse by What You're Building

    📚 Real-time access to official AWS documentation

    Server NameDescriptionInstall
    AWS Knowledge MCP ServerA remote, fully-managed MCP server hosted by AWS that provides access to the latest AWS docs, API references, What's New Posts, Getting Started information, Builder Center, Blog posts, Architectural references, and Well-Architected guidance.Install Install on VS Code
    AWS Documentation MCP ServerGet latest AWS docs and API referencesInstall Install on VS Code

    🏗️ Infrastructure & Deployment

    Build, deploy, and manage cloud infrastructure with Infrastructure as Code best practices.

    Server NameDescriptionInstall
    AWS Cloud Control API MCP ServerDirect AWS resource management with security scanning and best practicesInstall Install on VS Code
    AWS CDK MCP ServerAWS CDK development with security compliance and best practicesInstall Install on VS Code
    AWS Terraform MCP ServerTerraform workflows with integrated security scanningInstall Install on VS Code
    AWS CloudFormation MCP ServerDirect CloudFormation resource management via Cloud Control APIInstall Install on VS Code

    Container Platforms

    Server NameDescriptionInstall
    Amazon EKS MCP ServerKubernetes cluster management and application deploymentInstall Install on VS Code
    Amazon ECS MCP ServerContainer orchestration and ECS application deploymentInstall Install on VS Code
    Finch MCP ServerLocal container building with ECR integrationInstall Install on VS Code

    Serverless & Functions

    Server NameDescriptionInstall
    AWS Serverless MCP ServerComplete serverless application lifecycle with SAM CLIInstall Install on VS Code
    AWS Lambda Tool MCP ServerExecute Lambda functions as AI tools for private resource accessInstall Install on VS Code

    Support

    Server NameDescriptionInstall
    AWS Support MCP ServerHelp users create and manage AWS Support casesInstall Install on VS Code

    🤖 AI & Machine Learning

    Enhance AI applications with knowledge retrieval, content generation, and ML capabilities

    Server NameDescriptionInstall
    Amazon Bedrock Knowledge Bases Retrieval MCP Server Query enterprise knowledge bases with citation supportInstall Install on VS Code
    Amazon Kendra Index MCP ServerEnterprise search and RAG enhancementInstall Install on VS Code
    Amazon Q Business MCP ServerAI assistant for your ingested content with anonymous accessInstall Install on VS Code
    Amazon Q Index MCP ServerData accessors to search through enterprise's Q indexInstall Install on VS Code
    Nova Canvas MCP ServerAI image generation using Amazon Nova CanvasInstall Install on VS Code
    AWS Bedrock Data Automation MCP ServerAnalyze documents, images, videos, and audio filesInstall Install on VS Code
    AWS Bedrock Custom Model Import MCP ServerManage custom models in Bedrock for on-demand inferenceInstall Install on VS Code
    AWS Bedrock AgentCore MCP ServerProvides comprehensive documentation access on AgentCore platform services, APIs, and best practicesInstall Install on VS Code

    📊 Data & Analytics

    Work with databases, caching systems, and data processing workflows.

    SQL & NoSQL Databases

    Server NameDescriptionInstall
    Amazon DynamoDB MCP ServerComplete DynamoDB operations and table managementInstall Install on VS Code
    Amazon Aurora PostgreSQL MCP ServerPostgreSQL database operations via RDS Data APIInstall Install on VS Code
    Amazon Aurora MySQL MCP ServerMySQL database operations via RDS Data APIInstall Install on VS Code
    Amazon Aurora DSQL MCP ServerDistributed SQL with PostgreSQL compatibilityInstall Install on VS Code
    Amazon DocumentDB MCP ServerMongoDB-compatible document database operationsInstall Install on VS Code
    Amazon Neptune MCP ServerGraph database queries with openCypher and GremlinInstall Install on VS Code
    Amazon Keyspaces MCP ServerApache Cassandra-compatible operationsInstall Install on VS Code
    Amazon Timestream for InfluxDB MCP ServerTime-series database operations and InfluxDB compatibilityInstall Install on VS Code
    Amazon MSK MCP ServerManaged Kafka cluster operations and streamingInstall Install on VS Code
    AWS S3 Tables MCP ServerManage S3 Tables for optimized analyticsInstall Install on VS Code
    Amazon Redshift MCP ServerData warehouse operations and analytics queriesInstall Install on VS Code
    AWS IoT SiteWise MCP ServerIndustrial IoT asset management, data ingestion, and analyticsInstall Install on VS Code

    ##### Search & Analytics

    • **Amazon OpenSearch MCP Server** - OpenSearch powered search, Analytics, and Observability

    Backend API Providers

    Server NameDescriptionInstall
    AWS AppSync MCP ServerManage and Interact with application backends powered by AWS AppSyncInstall Install on VS Code

    Caching & Performance

    Server NameDescriptionInstall
    Amazon ElastiCache MCP ServerComplete ElastiCache control plane operationsInstall Install on VS Code
    Amazon ElastiCache / MemoryDB for Valkey MCP ServerAdvanced data structures and caching with ValkeyInstall Install on VS Code
    Amazon ElastiCache for Memcached MCP ServerHigh-speed caching with Memcached protocolInstall Install on VS Code

    🛠️ Developer Tools & Support

    Accelerate development with code analysis, documentation, and testing utilities.

    Server NameDescriptionInstall
    AWS IAM MCP ServerComprehensive IAM user, role, group, and policy management with security best practicesInstall Install on VS Code
    Git Repo Research MCP ServerSemantic code search and repository analysisInstall Install on VS Code
    Code Documentation Generator MCP ServerAutomated documentation from code analysisInstall Install on VS Code
    AWS Diagram MCP ServerGenerate architecture diagrams and technical illustrationsInstall Install on VS Code
    Frontend MCP ServerReact and modern web development guidanceInstall Install on VS Code
    Synthetic Data MCP ServerGenerate realistic test data for development and MLInstall Install on VS Code
    OpenAPI MCP ServerDynamic API integration through OpenAPI specificationsInstall Install on VS Code

    📡 Integration & Messaging

    Connect systems with messaging, workflows, and location services.

    Server NameDescriptionInstall
    Amazon SNS / SQS MCP ServerEvent-driven messaging and queue managementInstall Install on VS Code
    Amazon MQ MCP ServerMessage broker management for RabbitMQ and ActiveMQInstall Install on VS Code
    AWS MSK MCP ServerManaged Kafka cluster operations and streamingInstall Install on VS Code
    AWS Step Functions Tool MCP ServerExecute complex workflows and business processesInstall Install on VS Code
    Amazon Location Service MCP ServerPlace search, geocoding, and route optimizationInstall Install on VS Code
    OpenAPI MCP ServerDynamic API integration through OpenAPI specificationsInstall Install on VS Code

    💰 Cost & Operations

    Monitor, optimize, and manage your AWS infrastructure and costs.

    Server NameDescriptionInstall
    AWS Pricing MCP ServerAWS service pricing and cost estimatesInstall Install on VS Code
    AWS Cost Explorer MCP ServerDetailed cost analysis and reportingInstall Install on VS Code
    Amazon CloudWatch MCP ServerMetrics, Alarms, and Logs analysis and operational troubleshootingInstall Install on VS Code
    AWS Managed Prometheus MCP ServerPrometheus-compatible operationsInstall Install on VS Code
    AWS Billing and Cost Management MCP ServerBilling and cost managementInstall Install on VS Code

    🧬 Healthcare & Lifesciences

    Interact with AWS HealthAI services.

    Server NameDescriptionInstall
    AWS HealthOmics MCP ServerGenerate, run, debug and optimize lifescience workflowsInstall Install on VS Code
    AWS HealthLake MCP ServerCreate, manage, search, and optimize FHIR healthcare data workflows with comprehensive AWS HealthLake integration, featuring automated resource discovery, advanced search capabilities, patient record management, and seamless import/export operations.Install Install on VS Code

    ---

    ---

    Browse by How You're Working

    👨‍💻 Vibe Coding & Development

    *AI coding assistants like Amazon Q Developer CLI, Cline, Cursor, and Claude Code helping you build faster*

    ##### Core Development Workflow

    Server NameDescriptionInstall
    AWS API MCP ServerStart here for general AWS interactions! Comprehensive AWS API support with command validation, security controls, and access to all AWS services. Perfect for managing infrastructure, exploring resources, and executing AWS operations through natural language.InstallInstall VS Code
    Core MCP ServerStart here: intelligent planning and MCP server orchestrationInstall Install on VS Code
    AWS Knowledge MCP ServerA remote, fully-managed MCP server hosted by AWS that provides access to the latest AWS docs, API references, What's New Posts, Getting Started information, Builder Center, Blog posts, Architectural references, and Well-Architected guidance.Install Install on VS Code
    AWS Documentation MCP ServerGet latest AWS docs and API referencesInstall Install on VS Code
    Git Repo Research MCP ServerSemantic search through codebases and repositoriesInstall Install on VS Code

    ##### Infrastructure as Code

    Server NameDescriptionInstall
    AWS CDK MCP ServerCDK development with security best practices and complianceInstall Install on VS Code
    AWS Terraform MCP ServerTerraform with integrated security scanning and best practicesInstall Install on VS Code
    AWS CloudFormation MCP ServerDirect AWS resource management through Cloud Control APIInstall Install on VS Code
    AWS Cloud Control API MCP ServerDirect AWS resource management with security scanning and best practicesInstall Install on VS Code

    ##### Application Development

    Server NameDescriptionInstall
    Frontend MCP ServerReact and modern web development patterns with AWS integrationInstall Install on VS Code
    AWS Diagram MCP ServerGenerate architecture diagrams as you designInstall Install on VS Code
    Code Documentation Generation MCP ServerAuto-generate docs from your codebaseInstall Install on VS Code
    OpenAPI MCP ServerDynamic API integration through OpenAPI specificationsInstall Install on VS Code

    ##### Container & Serverless Development

    Server NameDescriptionInstall
    Amazon EKS MCP ServerKubernetes cluster management and app deploymentInstall Install on VS Code
    Amazon ECS MCP ServerContainerize and deploy applications to ECSInstall Install on VS Code
    Finch MCP ServerLocal container building with ECR pushInstall Install on VS Code
    AWS Serverless MCP ServerFull serverless app lifecycle with SAM CLIInstall Install on VS Code

    ##### Testing & Data

    Server NameDescriptionInstall
    Synthetic Data MCP ServerGenerate realistic test data for development and MLInstall Install on VS Code

    ##### Lifesciences Workflow Development

    Server NameDescriptionInstall
    AWS HealthOmics MCP ServerGenerate, run, debug and optimize lifescience workflowsInstall Install on VS Code

    ##### Healthcare Data Management

    Server NameDescriptionInstall
    AWS HealthLake MCP ServerCreate, manage, search, and optimize FHIR healthcare data workflows with comprehensive AWS HealthLake integration, featuring automated resource discovery, advanced search capabilities, patient record management, and seamless import/export operations.Install Install on VS Code

    💬 Conversational Assistants

    *Customer-facing chatbots, business agents, and interactive Q&A systems*

    ##### Knowledge & Search

    Server NameDescriptionInstall
    Amazon Bedrock Knowledge Bases Retrieval MCP ServerQuery enterprise knowledge bases with citation supportInstall Install on VS Code
    Amazon Kendra Index MCP ServerEnterprise search and RAG enhancementInstall Install on VS Code
    Amazon Q Business MCP ServerAI assistant for your ingested content with anonymous accessInstall Install on VS Code
    Amazon Q Index MCP ServerData accessors to search through enterprise's Q indexInstall Install on VS Code
    AWS Documentation MCP ServerGet latest AWS docs and API referencesInstall Install on VS Code

    ##### Content Processing & Generation

    Server NameDescriptionInstall
    Amazon Nova Canvas MCP ServerGenerate images from text descriptions and color palettesInstall Install on VS Code
    Amazon Bedrock Data Automation MCP ServerAnalyze uploaded documents, images, and mediaInstall Install on VS Code

    ##### Business Services

    Server NameDescriptionInstall
    Amazon Location Service MCP ServerLocation search, geocoding, and business hoursInstall Install on VS Code
    AWS Pricing MCP ServerAWS service pricing and cost estimatesInstall Install on VS Code
    AWS Cost Explorer MCP ServerDetailed cost analysis and spend reportsInstall Install on VS Code

    🤖 Autonomous Background Agents

    *Headless automation, ETL pipelines, and operational systems*

    ##### Data Operations & ETL

    Server NameDescriptionInstall
    AWS Data Processing MCP ServerComprehensive data processing tools and real-time pipeline visibility across AWS Glue and Amazon EMR-EC2Install Install on VS Code
    Amazon DynamoDB MCP ServerComplete DynamoDB operations and table managementInstall Install on VS Code
    Amazon Aurora PostgreSQL MCP ServerPostgreSQL database operations via RDS Data APIInstall Install on VS Code
    Amazon Aurora MySQL MCP ServerMySQL database operations via RDS Data APIInstall Install on VS Code
    Amazon Aurora DSQL MCP ServerDistributed SQL with PostgreSQL compatibilityInstall Install on VS Code
    Amazon DocumentDB MCP ServerMongoDB-compatible document database operationsInstall Install on VS Code
    Amazon Neptune MCP ServerGraph database queries with openCypher and GremlinInstall Install on VS Code
    Amazon Keyspaces MCP ServerApache Cassandra-compatible operationsInstall Install on VS Code
    Amazon Timestream for InfluxDB MCP ServerTime-series database operations and InfluxDB compatibilityInstall Install on VS Code
    Amazon MSK MCP ServerManaged Kafka cluster operations and streamingInstall Install on VS Code

    ##### Caching & Performance

    Server NameDescriptionInstall
    Amazon ElastiCache / MemoryDB for Valkey MCP ServerAdvanced data structures and caching with ValkeyInstall Install on VS Code
    Amazon ElastiCache for Memcached MCP Server High-speed caching with Memcached protocolInstall Install on VS Code

    ##### Workflow & Integration

    Server NameDescriptionInstall
    AWS Lambda Tool MCP ServerExecute Lambda functions as AI tools for private resource accessInstall Install on VS Code
    AWS Step Functions Tool MCP ServerExecute complex workflows and business processesInstall Install on VS Code
    Amazon SNS/SQS MCP ServerEvent-driven messaging and queue managementInstall Install on VS Code
    Amazon MQ MCP ServerMessage broker management for RabbitMQ and ActiveMQInstall Install on VS Code
    AWS MSK MCP ServerManaged Kafka cluster operations and streamingInstall Install on VS Code

    ##### Operations & Monitoring

    Server NameDescriptionInstall
    Amazon CloudWatch MCP ServerMetrics, Alarms, and Logs analysis and operational troubleshootingInstall Install on VS Code
    Amazon CloudWatch Application Signals MCP ServerApplication monitoring and performance insightsInstall Install on VS Code
    AWS Cost Explorer MCP ServerDetailed cost analysis and reportingInstall Install on VS Code
    AWS Managed Prometheus MCP ServerPrometheus-compatible operations and monitoringInstall Install on VS Code
    AWS Well-Architected Security Assessment Tool MCP ServerAssess AWS environments against the Well-Architected Framework Security PillarInstall Install on VS Code
    AWS CloudTrail MCP ServerCloudTrail events querying and analysisInstall Install on VS Code

    MCP AWS Lambda Handler Module

    A Python library for creating serverless HTTP handlers for the Model Context Protocol (MCP) using AWS Lambda. This module provides a flexible framework for building MCP HTTP endpoints with pluggable session management, including built-in DynamoDB support.

    Features:

    • Easy serverless MCP HTTP handler creation using AWS Lambda
    • Pluggable session management system
    • Built-in DynamoDB session backend support
    • Customizable authentication and authorization
    • Example implementations and tests

    See [src/mcp-lambda-handler/README.md](src/mcp-lambda-handler/README.md) for full usage, installation, and development instructions.

    When to use Local vs Remote MCP Servers?

    AWS MCP servers can be run either locally on your development machine or remotely on the cloud. Here's when to use each approach:

    Local MCP Servers

    • Development & Testing: Perfect for local development, testing, and debugging
    • Offline Work: Continue working when internet connectivity is limited
    • Data Privacy: Keep sensitive data and credentials on your local machine
    • Low Latency: Minimal network overhead for faster response times
    • Resource Control: Direct control over server resources and configuration

    Remote MCP Servers

    • Team Collaboration: Share consistent server configurations across your team
    • Resource Intensive Tasks: Offload heavy processing to dedicated cloud resources
    • Always Available: Access your MCP servers from anywhere, any device
    • Automatic Updates: Get the latest features and security patches automatically
    • Scalability: Easily handle varying workloads without local resource constraints

    Note: Some MCP servers, like AWS Knowledge MCP, are provided as fully managed services by AWS. These AWS-managed remote servers require no setup or infrastructure management on your part - just connect and start using them.

    Use Cases for the Servers

    For example, you can use the AWS Documentation MCP Server to help your AI assistant research and generate up-to-date code for any AWS service, like Amazon Bedrock Inline agents. Alternatively, you could use the CDK MCP Server or the Terraform MCP Server to have your AI assistant create infrastructure-as-code implementations that use the latest APIs and follow AWS best practices. With the AWS Pricing MCP Server, you could ask "What would be the estimated monthly cost for this CDK project before I deploy it?" or "Can you help me understand the potential AWS service expenses for this infrastructure design?" and receive detailed cost estimations and budget planning insights. The Valkey MCP Server enables natural language interaction with Valkey data stores, allowing AI assistants to efficiently manage data operations through a simple conversational interface.

    Installation and Setup

    Each server has specific installation instructions with one-click installs for Cursor and VSCode. Generally, you can:

    1. Install uv from Astral

    2. Install Python using uv python install 3.10

    3. Configure AWS credentials with access to required services

    4. Add the server to your MCP client configuration

    Example configuration for Amazon Q CLI MCP (~/.aws/amazonq/mcp.json):

    For macOS/Linux

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "command": "uvx",
          "args": [
            "awslabs.core-mcp-server@latest"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    See individual server READMEs for specific requirements and configuration options.

    For Windows

    When configuring MCP servers on Windows, you'll need to use a slightly different configuration format:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    If you have problems with MCP configuration or want to check if the appropriate parameters are in place, you can try the following:

    shell
    # Run MCP server manually with timeout 15s
    $ timeout 15s uv tool run   2>&1 || echo "Command completed or timed out"
    
    # Example (Aurora MySQL MCP Server)
    $ timeout 15s uv tool run awslabs.mysql-mcp-server --resource_arn  --secret_arn  ... 2>&1 || echo "Command completed or timed out"
    
    # If the arguments are not set appropriately, you may see the following message:
    usage: awslabs.mysql-mcp-server [-h] --resource_arn RESOURCE_ARN --secret_arn SECRET_ARN --database DATABASE
                                    --region REGION --readonly READONLY
    awslabs.mysql-mcp-server: error: the following arguments are required: --resource_arn, --secret_arn, --database, --region, --readonly

    **Note about performance when using uvx *"@latest"* suffix:**

    Using the *"@latest"* suffix checks and downloads the latest MCP server package from pypi every time you start your MCP clients, but it comes with a cost of increased initial load times. If you want to minimize the initial load time, remove *"@latest"* and manage your uv cache yourself using one of these approaches:

    • uv cache clean : where {tool} is the mcp server you want to delete from cache and install again (e.g.: "awslabs.lambda-tool-mcp-server") (remember to remove the '<>').
    • uvx @latest: this will refresh the tool with the latest version and add it to the uv cache.

    Running MCP servers in containers

    Docker images for each MCP server are published to the public AWS ECR registry.

    *This example uses docker with the "awslabs.nova-canvas-mcp-server and can be repeated for each MCP server*

    • Optionally save sensitive environmental variables in a file:
    .env
    # contents of a .env file with fictitious AWS temporary credentials
      AWS_ACCESS_KEY_ID=ASIAIOSFODNN7EXAMPLE
      AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
      AWS_SESSION_TOKEN=AQoEXAMPLEH4aoAH0gNCAPy...truncated...zrkuWJOgQs8IZZaIv2BXIa2R4Olgk
    • Use the docker options: --env, --env-file, and --volume as needed because the "env": {} are not available within the container.
    json
    {
        "mcpServers": {
          "awslabs.nova-canvas-mcp-server": {
            "command": "docker",
            "args": [
              "run",
              "--rm",
              "--interactive",
              "--env",
              "FASTMCP_LOG_LEVEL=ERROR",
              "--env",
              "AWS_REGION=us-east-1",
              "--env-file",
              "/full/path/to/.env",
              "--volume",
              "/full/path/to/.aws:/app/.aws",
              "public.ecr.aws/awslabs-mcp/awslabs/nova-canvas-mcp-server:latest"
            ],
            "env": {}
          }
        }
      }
    • For testing local changes you can build and tag the image. You have to update the MCP configuration to use this tag instead of the ECR image.
    base
    cd src/nova-canvas-mcp-server
      docker build -t awslabs/nova-canvas-mcp-server .

    Getting Started with Amazon Q Developer CLI

    Install in Amazon Q Developer CLI

    See Amazon Q Developer CLI documentation for details.

    1. Access MCP Settings

    • Open the Q Developer panel and open the Chat panel.
    • Choose the tools icon to access to MCP configuration.

    2. Add MCP Servers

    • Choose the plus (+) symbol.
    • Select the scope: global or local.

    If you select global scope, the MCP server configuration is stored in ~/.aws/amazonq/mcp.json and available across all your projects. If you select local scope, the configuration is stored in .amazonq/mcp.json within your current project.

    • Fill in values as applicable.

    3. Manual Configuration

    • You can also manually edit the MCP configuration file located at ~/.aws/amazonq/mcp.json globally or .amazonq/mcp.json locally.

    ~/.aws/amazonq/mcp.json

    For macOS/Linux:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.core-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    Getting Started with Kiro

    Install in Kiro

    See Kiro Model Context Protocol Documentation for details.

    1. Navigate Kiro > MCP Servers

    2. Add a new MCP server by clicking the + Add button.

    3. Paste the configuration given below:

    kiro_mcp_settings.json

    For macOS/Linux:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.core-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    Getting Started with Cline and Amazon Bedrock

    Getting Started with Cline and Amazon Bedrock

    IMPORTANT: Following these instructions may incur costs and are subject to the Amazon Bedrock Pricing. You are responsible for any associated costs. In addition to selecting the desired model in the Cline settings, ensure you have your selected model (e.g. anthropic.claude-3-7-sonnet) also enabled in Amazon Bedrock. For more information on this, see these AWS docs on enabling model access to Amazon Bedrock Foundation Models (FMs).

    1. Follow the steps above in the Installation and Setup section to install uv from Astral, install Python, and configure AWS credentials with the required services.

    2. If using Visual Studio Code, install the Cline VS Code Extension (or equivalent extension for your preferred IDE). Once installed, click the extension to open it. When prompted, select the tier that you wish. In this case, we will be using Amazon Bedrock, so the free tier of Cline is fine as we will be sending requests using the Amazon Bedrock API instead of the Cline API.

    3. Select the MCP Servers button.

    4. Select the Installed tab, then click Configure MCP Servers to open the cline_mcp_settings.json file.

    5. In the cline_mcp_settings.json file, add your desired MCP servers in the mcpServers object. See the following example that will use some of the current AWS MCP servers that are available in this repository. Ensure you save the file to install the MCP servers.

    cline_mcp_settings.json

    For macOS/Linux:

    json
    {
       "mcpServers": {
         "awslabs.core-mcp-server": {
           "command": "uvx",
           "args": ["awslabs.core-mcp-server@latest"],
           "env": {
             "FASTMCP_LOG_LEVEL": "ERROR",
             "MCP_SETTINGS_PATH": "path to your mcp settings file"
           }
         }
        }
      }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR",
            "MCP_SETTINGS_PATH": "path to your mcp settings file"
          }
        }
      }
    }

    6. Once installed, you should see a list of your MCP Servers under the MCP Server Installed tab, and they should have a green slider to show that they are enabled. See the following for an example with two of the possible AWS MCP Servers. Click Done when finished. You should now see the Cline chat interface.

    7. By default, Cline will be set as the API provider, which has limits for the free tier. Next, let's update the API provider to be AWS Bedrock, so we can use the LLMs through Bedrock, which would have billing go through your connected AWS account.

    8. Click the settings gear to open up the Cline settings. Then under API Provider, switch this from Cline to AWS Bedrock and select AWS Profile for the authentication type. As a note, the AWS Credentials option works as well, however it uses a static credentials (Access Key ID and Secret Access Key) instead of temporary credentials that are automatically redistributed when the token expires, so the temporary credentials with an AWS Profile is the more secure and recommended method.

    9. Fill out the configuration based on the existing AWS Profile you wish to use, select the desired AWS Region, and enable cross-region inference.

    10. Next, scroll down on the settings page until you reach the text box that says Custom Instructions. Paste in the following snippet to ensure the mcp-core server is used as the starting point for every prompt:

    code
    For every new project, always look at your MCP servers and use mcp-core as the starting point every time. Also after a task completion include the list of MCP servers used in the operation.

    11. Once the custom prompt is pasted in, click Done to return to the chat interface.

    12. Now you can begin asking questions and testing out the functionality of your installed AWS MCP Servers. The default option in the chat interface is is Plan which will provide the output for you to take manual action on (e.g. providing you a sample configuration that you copy and paste into a file). However, you can optionally toggle this to Act which will allow Cline to act on your behalf (e.g. searching for content using a web browser, cloning a repository, executing code, etc). You can optionally toggle on the "Auto-approve" section to avoid having to click to approve the suggestions, however we recommend leaving this off during testing, especially if you have the Act toggle selected.

    Note: For the best results, please prompt Cline to use the desired AWS MCP Server you wish to use. For example, Using the Terraform MCP Server, do...

    Getting Started with Cursor

    Getting Started with Cursor

    1. Follow the steps above in the Installation and Setup section to install uv from Astral, install Python, and configure AWS credentials with the required services.

    2. You can place MCP configuration in two locations, depending on your use case:

    A. Project Configuration

    • For tools specific to a project, create a .cursor/mcp.json file in your project directory.
    • This allows you to define MCP servers that are only available within that specific project.

    B. Global Configuration

    • For tools that you want to use across all projects, create a ~/.cursor/mcp.json file in your home directory.
    • This makes MCP servers available in all your Cursor workspaces.

    .cursor/mcp.json

    For macOS/Linux:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.core-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    3. Using MCP in Chat The Composer Agent will automatically use any MCP tools that are listed under Available Tools on the MCP settings page if it determines them to be relevant. To prompt tool usage intentionally, please prompt Cursor to use the desired AWS MCP Server you wish to use. For example, Using the Terraform MCP Server, do...

    4. Tool Approval By default, when Agent wants to use an MCP tool, it will display a message asking for your approval. You can use the arrow next to the tool name to expand the message and see what arguments the Agent is calling the tool with.

    Getting Started with Windsurf

    Getting Started with Windsurf

    1. Follow the steps above in the Installation and Setup section to install uv from Astral, install Python, and configure AWS credentials with the required services.

    2. Access MCP Settings

    • Navigate to Windsurf - Settings > Advanced Settings or use the Command Palette > Open Windsurf Settings Page
    • Look for the "Model Context Protocol (MCP) Servers" section

    3. Add MCP Servers

    • Click "Add Server" to add a new MCP server
    • You can choose from available templates like GitHub, Puppeteer, PostgreSQL, etc.
    • Alternatively, click "Add custom server" to configure your own server

    4. Manual Configuration

    • You can also manually edit the MCP configuration file located at ~/.codeium/windsurf/mcp_config.json

    ~/.codeium/windsurf/mcp_config.json

    For macOS/Linux:

    json
    {
       "mcpServers": {
         "awslabs.core-mcp-server": {
           "command": "uvx",
           "args": ["awslabs.core-mcp-server@latest"],
           "env": {
             "FASTMCP_LOG_LEVEL": "ERROR",
             "MCP_SETTINGS_PATH": "path to your mcp settings file"
           }
         }
        }
      }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR",
            "MCP_SETTINGS_PATH": "path to your mcp settings file"
          }
        }
      }
    }

    Getting Started with VS Code

    Install in VS Code

    Configure MCP servers in VS Code settings or in .vscode/mcp.json (see VS Code MCP docs for more info.):

    .vscode/mcp.json

    For macOS/Linux:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.core-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    For Windows:

    json
    {
      "mcpServers": {
        "awslabs.core-mcp-server": {
          "disabled": false,
          "timeout": 60,
          "type": "stdio",
          "command": "uv",
          "args": [
            "tool",
            "run",
            "--from",
            "awslabs.core-mcp-server@latest",
            "awslabs.core-mcp-server.exe"
          ],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        }
      }
    }

    Getting Started with Claude Code

    Install in Claude Code

    Configure MCP servers in Claude Code through the CLI or in .mcp.json

    1. Follow the steps above in the Installation and Setup section to install uv from Astral, install Python, and configure AWS credentials with the required services.

    2. Using Claude Code CLI Commands

    Claude Code CLI commands to add MCP servers:

    bash
    # Add core AWS services
       claude mcp add aws-api uvx awslabs.aws-api-mcp-server@latest
       claude mcp add aws-cdk uvx awslabs.cdk-mcp-server@latest
       claude mcp add aws-docs uvx awslabs.aws-documentation-mcp-server@latest
       claude mcp add aws-support uvx awslabs.aws-support-mcp-server@latest
       claude mcp add aws-pricing uvx awslabs.aws-pricing-mcp-server@latest
    
       # Add AI/ML and Bedrock services
       claude mcp add bedrock-kb uvx awslabs.bedrock-kb-retrieval-mcp-server@latest
       claude mcp add nova-canvas uvx awslabs.nova-canvas-mcp-server@latest
       claude mcp add synthetic-data uvx awslabs.syntheticdata-mcp-server@latest
    
       # Add data and analytics services
       claude mcp add aws-dataprocessing uvx awslabs.aws-dataprocessing-mcp-server@latest
       claude mcp add aurora-dsql uvx awslabs.aurora-dsql-mcp-server@latest
       claude mcp add valkey uvx awslabs.valkey-mcp-server@latest
    
       # List installed servers
       claude mcp list

    3. Manual Configuration (Alternative)

    You can also manually configure MCP servers by creating a .mcp.json file in your project root:

    .mcp.json

    For macOS/Linux:

    json
    {
      "mcpServers": {
        "awslabs.cdk-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.cdk-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR"
          }
        },
        "awslabs.aws-documentation-mcp-server": {
          "command": "uvx",
          "args": ["awslabs.aws-documentation-mcp-server@latest"],
          "env": {
            "FASTMCP_LOG_LEVEL": "ERROR",
            "AWS_DOCUMENTATION_PARTITION": "aws"
          }
        }
      }
    }

    Samples

    Ready-to-use examples of AWS MCP Servers in action are available in the samples directory. These samples provide working code and step-by-step guides to help you get started with each MCP server.

    Vibe coding

    You can use these MCP servers with your AI coding assistant to vibe code. For tips and tricks on how to improve your vibe coding experience, please refer to our guide.

    Additional Resources

    • Introducing AWS MCP Servers for code assistants
    • Vibe coding with AWS MCP Servers | AWS Show & Tell
    • Supercharging AWS database development with AWS MCP servers
    • AWS costs estimation using Amazon Q CLI and AWS Pricing MCP Server
    • Introducing AWS Serverless MCP Server: AI-powered development for modern applications
    • Announcing new Model Context Protocol (MCP) Servers for AWS Serverless and Containers
    • Accelerating application development with the Amazon EKS MCP server
    • Amazon Neptune announces MCP (Model Context Protocol) Server
    • Terraform MCP Server Vibe Coding
    • How to Generate AWS Architecture Diagrams Using Amazon Q CLI and MCP
    • Harness the power of MCP servers with Amazon Bedrock Agents
    • Unlocking the power of Model Context Protocol (MCP) on AWS
    • AWS Price List Gets a Natural Language Upgrade: Introducing the AWS Pricing MCP Server
    • AWS SheBuilds: AWS Team's Journey from Internal Tools to Open Source AI Infrastructure

    Security

    See CONTRIBUTING for more information.

    Contributing

    Big shout out to our awesome contributors! Thank you for making this project better!

    contributors

    Contributions of all kinds are welcome! Check out our contributor guide for more information.

    Developer guide

    If you want to add a new MCP Server to the library, check out our development guide and be sure to follow our design guidelines.

    License

    This project is licensed under the Apache-2.0 License.

    Disclaimer

    Before using an MCP Server, you should consider conducting your own independent assessment to ensure that your use would comply with your own specific security and quality control practices and standards, as well as the laws, rules, and regulations that govern you and your content.

    Similar MCP

    Based on tags & features

    • AW

      Aws Mcp Server

      Python·
      165
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    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

    • AW

      Aws Mcp Server

      Python·
      165
    • FH

      Fhir Mcp Server

      Python·
      55
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • WE

      Web Eval Agent

      Python·
      1.2k

    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