AWS MCP Server for Cursor
io.github.aws/aws-mcp
A managed MCP server enabling AI agents to access AWS using docs, API calls, and SOP workflows.
client:Cursor
transport:stdio
runtime:pypi
Install AWS MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aws-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-proxy-for-aws"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs