Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elastic Kubernetes Service MCP Config

<p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and manage

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-eks.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-eks.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-eks": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-eks"],
      "env": {
      "AMAZON_ELASTIC_KUBERNETES_SERVICE_API_KEY": "your_amazon_elastic_kubernetes_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-eks.json

Environment Variables

AMAZON_ELASTIC_KUBERNETES_SERVICE_API_KEY

Replace your_amazon_elastic_kubernetes_service_api_key with your actual amazon elastic kubernetes service api key

Endpoints

POST/clusters/{name}/encryption-config/associate

AssociateEncryptionConfig

POST/clusters/{name}/identity-provider-configs/associate

AssociateIdentityProviderConfig

GET/clusters/{name}/addons

ListAddons

POST/clusters/{name}/addons

CreateAddon

GET/clusters

ListClusters

POST/clusters

CreateCluster

GET/clusters/{name}/fargate-profiles

ListFargateProfiles

POST/clusters/{name}/fargate-profiles

CreateFargateProfile

GET/clusters/{name}/node-groups

ListNodegroups

POST/clusters/{name}/node-groups

CreateNodegroup