AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
claude mcp add aws-mcp -- npx -y @yawlabs/aws-mcp
claude_desktop_config.json
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aws-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.YawLabs--aws-mcp/reviews or the review_server meta-tool.
POST /mcp