AWS Knowledge
Rank #84,996pulsemcp/aws-knowledge
AWS's official fully managed remote server that provides real-time access to comprehensive AWS documentation, API references, troubleshooting guides, and architectural guidance across multiple knowledge sources including What's New posts, Builder Center content, blog posts, and Well-Architected frameworks for building applications, managing infrastructure, and learning AWS services through natural language queries.
AWS Knowledge is a Model Context Protocol (MCP) server published by awslabs. It ranks #84,996 of 115,460 servers tracked on MCP Toplist. AWS Knowledge is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jan 10, 2026.
Ranks ahead of 30,464 of 115,460 servers on MCP Toplist.
Use AWS Knowledge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aws-knowledge https://knowledge-mcp.global.api.aws/[mcp_servers.aws-knowledge]
url = "https://knowledge-mcp.global.api.aws/"Add to ~/.codex/config.toml.
https://knowledge-mcp.global.api.aws/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aws-knowledge": {
"url": "https://knowledge-mcp.global.api.aws/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aws-knowledge": {
"type": "http",
"url": "https://knowledge-mcp.global.api.aws/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aws-knowledge": {
"serverUrl": "https://knowledge-mcp.global.api.aws/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aws-knowledge": {
"url": "https://knowledge-mcp.global.api.aws/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Faws-knowledge)<a href="https://mcptoplist.com/server/pulsemcp%2Faws-knowledge"><img src="https://mcptoplist.com/badge/pulsemcp%2Faws-knowledge.svg" alt="MCP Toplist: #84,996 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
awslabs
Other servers by awslabs
- Run Model Context Protocol (MCP) servers with AWS Lambda#589 · 7 vers
- IAM Policy Autopilot#669 · 9 vers
- Threat Modeling MCP Server#6,509
- MCP Server for OSCAL#7,582 · 4 vers
- Log Analyzer with MCP#8,846
- amazon-datazone-mcp-server#38,286
- AWS SRA Verify MCP Server#56,901
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains AWS Knowledge?
- AWS Knowledge is maintained by awslabs, which publishes 15 MCP servers (20 total versions) tracked on MCP Toplist.
- Is AWS Knowledge listed on the Official MCP Registry?
- AWS Knowledge is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does AWS Knowledge have?
- AWS Knowledge ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for AWS Knowledge?
- The source code for AWS Knowledge is hosted at github.com/awslabs/mcp/tree/HEAD/servers/aws-knowledge-mcp-server.