powertools-mcp
Powertools for AWS's official MCP Server
Documentation
Powertools for AWS MCP
> [!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.
| Runtime | llms.txt URL |
|---|---|
| Python | https://docs.aws.amazon.com/powertools/python/latest/llms.txt |
| TypeScript | https://docs.aws.amazon.com/powertools/typescript/latest/llms.txt |
| Java | https://docs.aws.amazon.com/powertools/java/latest/llms.txt |
| .NET | https://docs.aws.amazon.com/powertools/dotnet/llms.txt |
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.awsThis 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.
Frequently asked questions
What is powertools-mcp?
powertools-mcp is Powertools for AWS's official MCP Server
How do I install powertools-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is powertools-mcp open source?
Yes — it is hosted on GitHub at https://github.com/aws-powertools/powertools-mcp and has 37 stars.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP