Create and manage AWS EKS clusters, networking, node groups, and kubectl config.
This tool claims to create and manage AWS EKS clusters via Terraform, which implies local execution and infrastructure-changing capabilities, so code execution and data access warrant caution. It is open source under MIT, but the missing README, 0-star adoption, and unknown maintenance reduce supply-chain confidence.
The materials say no extra keys/environment variables are required, but EKS and Terraform workflows typically rely on locally available AWS credentials or kubeconfig; reusing existing cloud credentials creates the usual risk of privileged infrastructure misuse.
No fixed remote endpoint is declared, but its stated function would normally require communication with AWS APIs and possibly Terraform-related services. The materials do not show a specific red flag of exfiltration to unrelated or unknown third-party endpoints.
The system flags executes-code, and the description explicitly involves managing clusters via Terraform, implying local execution of Terraform/kubectl or related processes. This is a normal capability for this type of MCP tool, but it can make real infrastructure changes.
The mention of kubectl configuration suggests the tool likely reads or generates local config and accesses AWS/EKS-related resource state. The provided materials do not show requests for file scope or system privileges beyond its stated purpose.
Positive factors are that it is open source under MIT, making it more auditable than closed-source tools; however, it comes from a third-party registry, has 0 GitHub stars, unknown maintenance status, and no README, so trust and verifiability are limited and warrant source/dependency review.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "AWS EKS MCP Server" yet — see the docs or source repo.
Create an AWS EKS cluster for me using Terraform with a default VPC, 2 public subnets, one managed node group, and output the kubectl connection config.
Terraform configuration for deploying the EKS cluster, plus kubectl setup details to connect to it.
Update the Terraform configuration for an existing EKS cluster: scale the node group to 5 nodes and enable the CoreDNS, VPC CNI, and kube-proxy add-ons.
Updated Terraform resource definitions including node group scaling and common EKS add-on configuration.
Generate Terraform for a production environment: create a custom VPC, private and public subnets, an EKS cluster, managed node groups, and list the kubectl configuration steps.
Production-ready Terraform infrastructure configuration with cluster access and initialization instructions.
Create and manage AWS infrastructure resources through an MCP server.
Generate, validate, and apply Terraform configs with natural language for infrastructure management.
Query EKS cluster metrics with exact or regex filtering.
Manage Kubernetes clusters, resources, backups, and diagnostics using natural language.
Generate Kubernetes manifests and run common cluster operations from one tool.
Manage and analyze AWS security groups, S3 buckets, and VPC connections.