A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Powertools for AWS's official MCP Server
[!NOTE] This project is now in maintenance mode and will be deprecated on June 30, 2026. After that date, this package will no longer receive updates or security fixes. See Alternatives below for recommended migration paths.
The Powertools for AWS Model Context Protocol (MCP) server provides search and documentation retrieval for the Powertools for AWS Lambda toolkit across Python, TypeScript, Java, and .NET runtimes. It allows LLM agents to search for documentation and examples, helping you quickly find the information you need to use Powertools for AWS Lambda effectively.
Powertools for AWS publishes machine-readable documentation (llms.txt) for every runtime. These files give AI agents an authoritative, always up-to-date index of the full documentation — no MCP server required.
Combined with a custom agent skill, your coding agent can automatically detect which runtime you're working in, fetch the relevant documentation, and apply Powertools patterns — all without running or maintaining a local MCP server.
This approach is lighter weight, works with any agent that supports web fetching, and always reflects the latest published documentation.
See the sample skill to get started.
For teams that prefer consuming documentation via MCP, the AWS Knowledge MCP Server is a fully managed remote MCP server that provides up-to-date AWS documentation — including Powertools for AWS. It requires no local setup; just point your MCP client to the remote endpoint:
https://knowledge-mcp.global.api.aws
This server also covers broader AWS documentation, best practices, architectural guidance, and agent skills beyond Powertools.
This project would not have been possible without the contributions of the community.
Special thanks to Michael Walmsley (ServerlessDNA.com) for creating the initial implementation and generously donating it to the Powertools for AWS team at Amazon Web Services. Thanks also to all contributors who helped shape, test, and improve this project over time.
This library is licensed under the MIT License. See the LICENSE file.
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots