Skip to content
VS Code

Amazon EKS MCP Server for VS Code

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

AI-powered Amazon EKS cluster management and troubleshooting

client:VS Code transport:stdio runtime:pypi

Install Amazon EKS MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Amazon EKS MCP Server in other clients