GitHub Stars
33
User Rating
Not Rated
Favorites
0
Views
40
Forks
8
Issues
11
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
| Cursor | VS Code |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [](https://cursor.com/install-mcp?name=powertools&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMm5weCUyMC15JTIwcG93ZXJ0b29scy1mb3ItYXdzLW1jcCUyMiU3RA%3D%3D) | [](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
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:
powertools-for-aws-mcp.
json
{
"mcpServers": {
"powertools": {
"command": "npx",
"args": ["-y", "powertools-for-aws-mcp"]
}
}
}
Use in Amazon Q Developer CLI
Additional Resources
Author Information
264
Followers
9
Repositories
0
Gists
0
Total Contributions
Related MCPs
azure-onenote-mcp-server
17
The azure-onenote-mcp-server is an automation tool built with TypeScript for managing OneNote data. This project aims to facilitate operations through an API, allowing users to easily create, update, and delete notes. It contributes to streamlining workflows and enhances productivity.