skillfed

awslabs.eks-mcp-server

An AWS Labs Model Context Protocol (MCP) server for EKS

awslabs-eks-mcp-server v0.1.37 123.8K downloads/30d#11,897 on PyPI9,598
Permissive license Apache-2.0 Active released

What it is and what it does

This package is an MCP (Model Context Protocol) server that bridges AI code assistants to Amazon EKS clusters. It translates natural language requests from LLMs into AWS and Kubernetes API calls, enabling AI assistants to perform cluster operations without requiring users to write infrastructure code directly.

The server supports the full lifecycle of EKS management: creating new clusters with VPCs and networking via CloudFormation, deploying containerized applications from YAML or generated manifests, managing individual Kubernetes resources (create, read, update, patch, delete), listing and filtering resources by namespace or labels, retrieving pod logs and events, and troubleshooting cluster issues. It requires Python 3.10+, AWS credentials, and appropriate IAM permissions; Kubernetes API access is controlled by either IAM access entries or kubeconfig credentials depending on your authentication mode.

Use it for:

  • Provision new EKS clusters with prerequisites (VPCs, subnets, networking) by translating natural language into CloudFormation templates.
  • Deploy containerized applications to existing EKS clusters by applying user-provided Kubernetes YAML or generated manifests.
  • Perform full lifecycle operations on Kubernetes resources through natural language queries in your IDE's AI assistant.
  • Retrieve pod logs and Kubernetes events for troubleshooting and monitoring without leaving your code editor.
  • Streamline cluster setup by having an AI assistant apply best practices and handle prerequisite creation automatically.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Connects AI code assistants to Amazon EKS clusters via the Model Context Protocol, enabling LLMs to create clusters, deploy applications, manage Kubernetes resources, and troubleshoot issues through natural language.

Yes, if you use Cursor, Kiro, or VS Code with AI assistants and need to manage EKS clusters from within your IDE. The package is actively maintained, has no known vulnerabilities, and low install friction. Requires careful IAM permission management in production—read-only mode is safe for exploration, but write operations demand restrictive policies and trusted environments. Not applicable if you don't use an MCP-compatible AI assistant.

Install

awslabs-eks-mcp-server on PyPI

pip

pip install awslabs-eks-mcp-server

uv

uv add awslabs-eks-mcp-server

poetry

poetry add awslabs-eks-mcp-server

Installing awslabs.eks-mcp-server

Before you install

Low friction install with a pure-Python wheel. Active maintenance (last commit 2026-08-14, released 2026-08-10) and strong community signal (9598 repository stars). Requires Python 3.10+ and AWS CLI credentials configured; no compiled dependencies.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions. You may use, modify, and distribute this package freely provided you include the license notice.

Quickstart

pip install awslabs.eks-mcp-server

# Configure AWS credentials, then integrate into your AI assistant:
# For Cursor: uvx awslabs.eks-mcp-server@latest --allow-write --allow-sensitive-data-access
# For VS Code: same uvx command in MCP settings

import boto3
from awslabs.eks_mcp_server import EKSMCPServer

Requires Python 3.10+, AWS CLI configured with credentials, and IAM permissions (read-only or write operations depending on use case). Kubernetes API access requires either cluster creator status or an EKS Access Entry configured for your IAM principal.

Verify before relying

  • Whether the package works with AI assistants other than Kiro, Cursor, and VS Code
  • Performance characteristics when managing large clusters or high-volume resource operations
  • Compatibility with kubeconfig-based authentication in all supported Python versions

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 9 — boto3, cachetools, kubernetes, loguru, mcp, pydantic, pyyaml, requests-auth-aws-sigv4, requests
Maintenance actively maintained — 4 days since the last release
Last repo commit
First released
Downloads 123,837/month — #11,897 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: awslabs_eks_mcp_server-0.1.37-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

EKS cluster management for AI assistantskubernetes resource management MCP serverLLM integration with AWS EKSAI-driven EKS operationsmodel context protocol kubernetesautomated EKS deployment toolsLLM-powered cluster troubleshooting
mcp-servereks-kubernetesai-assistant-integration

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

awslabs.aws-api-mcp-server

Exposes AWS services to AI assistants through…

permissive · top 15,000 on PyPI

awslabs.aws-iac-mcp-server

Provides an MCP server that validates…

permissive · top 15,000 on PyPI

awslabs.cloudwatch-mcp-server

Exposes CloudWatch metrics, logs, alarms, and…

permissive · top 15,000 on PyPI

eks-token

Generates Kubernetes authentication tokens for…

unclear · top 15,000 on PyPI

mcp-proxy-for-aws

Bridges MCP clients to AWS-hosted MCP servers…

permissive · top 5,000 on PyPI

opensearch-mcp-server-py

Provides a Model Context Protocol (MCP) server…

permissive · top 15,000 on PyPI

awslabs.aws-documentation-mcp-server

Provides an MCP server that exposes AWS…

permissive · top 5,000 on PyPI

awslabs.redshift-mcp-server

Provides a Model Context Protocol (MCP) server…

permissive · top 15,000 on PyPI

awslabs.aws-pricing-mcp-server

An MCP server that exposes AWS pricing data and…

permissive · top 15,000 on PyPI

awslabs.bedrock-kb-retrieval-mcp-server

An MCP server that connects AI tools to Amazon…

permissive · top 15,000 on PyPI

Further reading