# AWS Knowledge MCP Server

AWS Knowledge MCP is a managed remote server that supplies official AWS documentation, code examples and service knowledge to AI agents.

Canonical URL: https://a2a-mcp.org/entry/aws-knowledge-mcp-server

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

AWS Knowledge MCP is a managed remote server that supplies official AWS documentation, code examples and service knowledge to AI agents.

## Key Features

- Search and read AWS documentation and related official content.
- Find service availability information and implementation guidance.

## Use Cases

Retrieve first-party technical documentation during implementation or troubleshooting.

## Limitations

Its purpose is knowledge retrieval. AWS resource management belongs to separate API tools and requires its own authorization.

## Sources

- Project documentation: https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server

## MCP Setup

### Access requirements

- No authentication required; rate limits apply.

### Client setup

#### Other

Transport: `http`

```json
{
  "mcpServers": {
    "aws-knowledge-mcp-server": {
      "url": "https://knowledge-mcp.global.api.aws",
      "type": "http",
      "disabled": false
    }
  }
}
```

The official configuration shown here is for Kiro CLI.

Setup docs: https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server

## Tags

- MCP
- aws
- documentation

## Alternatives

- Microsoft Learn MCP Server
- X Docs MCP

## Sources

- [Project website](https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server)
- [Project documentation](https://awslabs.github.io/mcp/servers/aws-knowledge-mcp-server)

Last checked: 2026-09-14
