This MCP server provides tools to access AWS documentation, search for content, and get recommendations.
Most cloud and infrastructure work still happens through a UI a human drives. Aws Doc Sse MCP server moves it into the conversation instead. This MCP server provides tools to access AWS documentation, search for content, and get recommendations.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The server publishes 1 tool. What each one is for:
read_documentation — Fetches an AWS documentation page and converts it to markdown formatConfiguration is passed through the environment: FASTMCP_LOG_LEVEL, AWS_DOCUMENTATION_PARTITION. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Aws Doc Sse's toolset — read_documentation — is a fair guide to whether it matches your workflow. It is maintained by Joseph19820124; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| read_documentation | Fetches an AWS documentation page and converts it to markdown format. |
{
"mcpServers": {
"awslabs.aws-documentation-mcp-server": {
"command": "uvx",
"args": ["awslabs.aws-documentation-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"AWS_DOCUMENTATION_PARTITION": "aws"
},
"disabled": false,
"autoApprove": []
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FASTMCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| AWS_DOCUMENTATION_PARTITION | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.