Powertools for AWS MCP
May 27, 2026 · View on GitHub
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.
Alternatives
Recommended: llms.txt + Agent Skills
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.
Alternative: AWS Knowledge MCP Server
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.
Acknowledgments
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.
License
This library is licensed under the MIT License. See the LICENSE file.