Yaw Labs AWS MCP for Cursor
io.github.yawlabs/aws-mcp
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
client:Cursor
transport:stdio
runtime:npm
Install Yaw Labs AWS MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aws-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"env": {
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_REGION": "<AWS_REGION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs