Loading MCP server directory, please wait...
A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.
npx @getmcp/cli add io.github.aws/aws-mcpRequires Python 3.10+. Official server by AWS MCP Server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aws/aws-mcp": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws",
"https://aws-mcp.us-east-1.api.aws/mcp"
]
}
}
}