powertools-mcp

Powertools for AWS's official MCP Server

GitHub Stars

33

User Rating

Not Rated

Favorites

0

Views

40

Forks

8

Issues

11

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

| Cursor | VS Code | | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/install-mcp?name=powertools&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMm5weCUyMC15JTIwcG93ZXJ0b29scy1mb3ItYXdzLW1jcCUyMiU3RA%3D%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=Powertools%20for%20AWS%20MCP&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22powertools-for-aws-mcp%22%5D%7D) | Most clients that support MCP can use this server out of the box using a configuration similar to the following: > [!NOTE] > If you are using an older version of the MCP, make sure to update your configuration to use the new package name powertools-for-aws-mcp.
json
{
  "mcpServers": {
    "powertools": {
      "command": "npx",
      "args": ["-y", "powertools-for-aws-mcp"]
    }
  }
}
This setup uses the Node.js package manager to run the MCP server locally and communicate with it using the STDIO interface. For detailed setup instructions for specific clients, see the configurations below:
Use in Amazon Q Developer CLI

Additional Resources