Skip to content
Cursor

Amazon EKS MCP Server for Cursor

aws.api.us-east-1.eks-mcp/server

AI-powered Amazon EKS cluster management and troubleshooting

client:Cursor transport:stdio runtime:pypi

Install Amazon EKS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "server": {
      "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

Amazon EKS MCP Server in other clients