From architect
Connects to the official AWS MCP service, providing tools to interact with AWS resources such as EC2, S3, Lambda, and IAM. Requires AWS credentials (e.g., via environment variables or AWS CLI configuration).
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