Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Amazon Elastic Kubernetes Service MCP Server

<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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-eks

Environment Variables

AMAZON_ELASTIC_KUBERNETES_SERVICE_API_KEY

Example: your_amazon_elastic_kubernetes_service_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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