Stats
Actions
Tags
From architect
Connects to the official AWS MCP API endpoint for managing AWS services, resources, and cloud infrastructure queries. Requires AWS authentication.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aws": {
"command": "npx",
"args": [
"-y",
"awslabs/mcp"
],
"env": {
"AWS_REGION": "${AWS_REGION}",
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
"AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}"
}
}
}
}Replace placeholder values for: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AWS_REGION=${AWS_REGION}AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub navraj007in/architecture-cowork-plugin --plugin architect