---
title: "AWS Documentation MCP Server for ToolPiper · ModelPiper"
description: "Search and read official AWS documentation. AWS Labs maintains a family of official MCP servers; this one puts the entire AWS documentation set at the assistant's fingertips. Search across services, read any doc page as"
canonical: "https://modelpiper.com/mcp-tools/aws-docs"
---

# AWS Documentation MCP Server for ToolPiper · ModelPiper

> Search and read official AWS documentation. AWS Labs maintains a family of official MCP servers; this one puts the entire AWS documentation set at the assistant's fingertips. Search across services, read any doc page as

A

# AWS Documentation MCP Server

✓ verified

Search and read official AWS documentation.

Install AWS Documentation in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/awslabs/mcp)

Publisher

[AWS Labs](https://github.com/awslabs/mcp)

License

Apache-2.0

Transport

Local subprocess

Tools

3

## What this server does

AWS Labs maintains a family of official MCP servers; this one puts the entire AWS documentation set at the assistant's fingertips. Search across services, read any doc page as clean markdown, and follow recommendations to related topics. It is read-only against public documentation, so there are no credentials and nothing touches your account. The point is accuracy: instead of the model recalling a half-remembered IAM policy shape, it reads the current page and quotes it.

## Tools included

-   search\_documentation
    
    Search the AWS documentation.
    
-   read\_documentation
    
    Read an AWS documentation page as markdown.
    
-   recommend
    
    Get related documentation recommendations for a page.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install AWS Documentation in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "aws-docs": {
      "command": "uvx",
      "args": [
        "awslabs.aws-documentation-mcp-server@latest"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "How do I write an S3 bucket policy that allows access only from a specific VPC endpoint?"
    
    Copy
-   "Search the docs for Lambda function URL authentication and summarize the options."
    
    Copy
-   "What are the current service quotas for DynamoDB on-demand tables?"
    
    Copy

## Security notes

Read-only against public AWS documentation, so there are no credentials and no access to your AWS account. The content returned is official AWS docs. The only requirement is a working uvx or Python environment to run the server. Low-risk by design.

## Related tools

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
