MCP Directory

AWS Knowledge MCP

Official

Fully managed remote server for AWS docs, blogs, What's-New and Well-Architected guidance — no key.

Verified
HTTP (remote)
No auth
Hosted

Add to your client

Copy the config for your MCP client and paste it into its config file.

Install / run
Add URL https://knowledge-mcp.global.api.aws as an HTTP MCP server

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "aws-knowledge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://knowledge-mcp.global.api.aws"
      ]
    }
  }
}

Claude Desktop connects to remote servers through the `mcp-remote` proxy (installed on first run via npx). Restart Claude Desktop after saving.

Before you start

  • An MCP client that supports remote Streamable HTTP servers (e.g. Claude Code, Cursor, Kiro), or a proxy such as mcp-proxy / fastmcp for stdio-only clients
  • Outbound network access to https://knowledge-mcp.global.api.aws
  • No AWS account, API key, or credentials required

About AWS Knowledge MCP

AWS Knowledge MCP is a fully managed, Amazon-hosted remote MCP server that gives AI agents access to authoritative, up-to-date AWS knowledge — official documentation, API references, blog posts, What's New announcements, Well-Architected guidance, code samples, and regional service availability. You connect to a single hosted HTTPS endpoint; there is nothing to install or run.

Unlike a general web search, the content is sourced directly from AWS's own documentation corpus and is kept current, so agents get accurate answers about service limits, API parameters, CDK/CloudFormation usage, and architectural best practices. It also exposes domain-specific 'agent skills' that package AWS know-how for tasks.

Because it is remote and unauthenticated, it is the lowest-friction way to ground an assistant in AWS facts. It is subject to rate limits and governed by the AWS Site Terms. It lives in the official awslabs/mcp monorepo and is generally available.

Tools & capabilities (6)

search_documentation

Search across AWS documentation, blogs, What's New and Well-Architected content

read_documentation

Fetch and read the full content of a specific AWS documentation page

recommend

Get recommended/related AWS content for a given documentation page or topic

list_regions

List AWS regions

get_regional_availability

Check whether a service or API is available in a given AWS region

retrieve_skill

Retrieve a domain-specific AWS agent skill for a task

When to use it

  • Use it when you want an assistant to answer AWS questions from official docs instead of guessing or hallucinating
  • Use it when writing CDK, CloudFormation, or Terraform and you need exact resource properties and limits
  • Use it when checking whether a service or API is available in a specific AWS region before you build
  • Use it when you want Well-Architected and best-practice guidance grounded in AWS sources
  • Use it when you want a zero-setup, no-credential AWS knowledge source for any MCP client

Quick setup

  1. 1Add a remote MCP server entry pointing at https://knowledge-mcp.global.api.aws with type 'http'
  2. 2If your client only supports stdio, wrap the URL with a proxy like mcp-proxy or fastmcp
  3. 3Restart your MCP client so it discovers the server
  4. 4Confirm the tools (search_documentation, read_documentation, etc.) appear in your client
  5. 5Ask an AWS question and verify the agent calls the tools and cites docs

Security notes

Queries you send are processed by an AWS-hosted endpoint subject to rate limits; avoid including account-specific or sensitive details in queries. It is read-only and returns documentation content, so it cannot modify your AWS resources.

AWS Knowledge MCP FAQ

Do I need an AWS account or API key?

No. The Knowledge MCP server requires no authentication or AWS account; it is a public managed endpoint subject to rate limits.

Is this run by AWS or a third party?

It is official — it is built and hosted by AWS (awslabs) and is part of the official awslabs/mcp repository, licensed Apache-2.0.

My client only supports stdio, not remote HTTP. Can I still use it?

Yes. Use a proxy such as mcp-proxy or fastmcp to bridge the remote HTTP endpoint to a local stdio server your client can launch.

How is this different from regular web search?

Content comes directly from AWS's own documentation, blogs, What's New, and Well-Architected material, so answers are AWS-authoritative and kept current rather than scraped from the open web.

Is there a rate limit?

Yes. The service is free and unauthenticated but subject to rate limits and the AWS Site Terms.

Alternatives to AWS Knowledge MCP

Official MCP server providing persistent, file-backed knowledge-graph memory across sessions.

Verified
stdio (local)
No auth
TypeScript
9 tools
Updated 5 months agoRepo

Structured step-by-step reasoning tool for breaking problems into revisable thought sequences.

Verified
stdio (local)
No auth
TypeScript
1 tool
Updated 5 months agoRepo

Official Qdrant server using a vector collection as semantic memory: store and find embeddings.

Verified
stdio (local)
API key
Python
2 tools
Updated 1 month agoRepo