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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_ELASTIC_KUBERNETES_SERVICE_API_KEYReplace your_amazon_elastic_kubernetes_service_api_key with your actual amazon elastic kubernetes service api key
Endpoints
/clusters/{name}/encryption-config/associateAssociateEncryptionConfig
/clusters/{name}/identity-provider-configs/associateAssociateIdentityProviderConfig
/clusters/{name}/addonsListAddons
/clusters/{name}/addonsCreateAddon
/clustersListClusters
/clustersCreateCluster
/clusters/{name}/fargate-profilesListFargateProfiles
/clusters/{name}/fargate-profilesCreateFargateProfile
/clusters/{name}/node-groupsListNodegroups
/clusters/{name}/node-groupsCreateNodegroup