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_KEYExample: 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/associateAssociateEncryptionConfig
POST
/clusters/{name}/identity-provider-configs/associateAssociateIdentityProviderConfig
GET
/clusters/{name}/addonsListAddons
POST
/clusters/{name}/addonsCreateAddon
GET
/clustersListClusters
POST
/clustersCreateCluster
GET
/clusters/{name}/fargate-profilesListFargateProfiles
POST
/clusters/{name}/fargate-profilesCreateFargateProfile
GET
/clusters/{name}/node-groupsListNodegroups
POST
/clusters/{name}/node-groupsCreateNodegroup