Stats
Actions
Tags
From aws-core
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-mcp": {
"type": "http",
"command": "uvx",
"args": [
"[email protected]",
"https://aws-mcp.us-east-1.api.aws/mcp",
"--skip-auth",
"--metadata",
"INSTALL_SOURCE=agent-toolkit"
],
"url": "https://aws-mcp.us-east-1.api.aws/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://aws-mcp.us-east-1.api.aws/mcpCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub aws/agent-toolkit-for-aws --plugin aws-core