Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws-samples avatar

Eks Mcp Server

  • 4 installs
  • 39 repo stars
  • Updated August 4, 2026
  • aws-samples/sample-apex-skills

eks-mcp-server is a Claude Code skill that installs, configures, and troubleshoots the EKS MCP Server connection in AI assistants like Claude Code, Amazon Q CLI, and Cursor.

About

This skill helps a developer install, configure, and troubleshoot the EKS MCP Server connection in an AI assistant such as Claude Code, Amazon Q CLI, or Cursor. It covers config file placement, IAM permissions, uvx installation, and choosing between AWS-hosted and self-hosted modes. It is scoped to setup only and hands off to the EKS MCP tools once working.

  • Installs, configures, and troubleshoots the EKS MCP Server in Claude Code, Amazon Q CLI, or Cursor
  • Covers AWS-hosted vs self-hosted setup, .mcp.json location, IAM, and uvx install
  • Debugs why MCP tools fail to appear after config

Eks Mcp Server by the numbers

  • 4 all-time installs (skills.sh)
  • Ranked #882 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

eks-mcp-server capabilities & compatibility

Capabilities
devops
Works with
aws
Use cases
devops
IDEs
cursor ide
Pricing
Free
From the docs

What eks-mcp-server says it does

This skill helps you configure the EKS MCP Server to enable live EKS cluster operations through your AI assistant.
SKILL.md
Restart your AI assistant** (IDE, CLI, or extension) to load the new MCP tools
SKILL.md
npx skills add https://github.com/aws-samples/sample-apex-skills --skill eks-mcp-server

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4
repo stars39
Last updatedAugust 4, 2026
Repositoryaws-samples/sample-apex-skills

What it does

Install and troubleshoot the EKS MCP Server connection in an AI assistant so its cluster tools appear.

Who is it for?

Setting up or debugging the EKS MCP Server config, IAM, and install in an AI assistant.

Skip if: Actual cluster operations once MCP works, or EKS concept questions.

When should I use this skill?

MCP server setup problems arise or the user mentions eks mcp, mcp.json, or mcp tools not showing.

What you get

A working EKS MCP Server connection with tools available in the AI assistant.

  • Configured EKS MCP Server connection

By the numbers

  • 2 setup options (AWS-Hosted and Self-Hosted)

Files

SKILL.mdMarkdownGitHub ↗

EKS MCP Server Setup

This skill helps you configure the EKS MCP Server to enable live EKS cluster operations through your AI assistant.

When to Use This Skill

Don't use this skill for:

  • Operational cluster work (listing resources, troubleshooting pods, reading K8s state) — use the EKS MCP tools directly once configured
  • EKS concept questions — use the other EKS skills

Quick Check: Is EKS MCP Already Configured?

Before proceeding with setup, check if EKS MCP tools are already available:

1. Look for MCP tools in your current environment starting with eks or mcp__eks 2. Try a simple command: Ask to list EKS clusters — if it works, you're already set up

If MCP tools are available and working, skip this skill and proceed with your EKS task directly.

Choose Your Setup Option

OptionBest ForMaintenanceAWS Account Required
AWS-Hosted (Managed)Production, teams, minimal opsAWS manages everythingYes
Self-Hosted (Open Source)Air-gapped, custom auth, OIDCYou manage updatesOptional (kubeconfig mode)

Decision Guide

  • Choose AWS-Hosted if: You have AWS credentials, want zero maintenance, need CloudTrail audit logging
  • Choose Self-Hosted if: You need OIDC/kubeconfig auth, air-gapped environment, or want to run locally without AWS IAM

Setup Instructions

Setup instructions are in separate reference files to avoid loading unnecessary content:

  • AWS-Hosted setup: See references/aws-hosted-setup.md
  • Self-Hosted setup: See references/self-hosted-setup.md

Read the appropriate reference file based on the user's chosen option, then guide them through configuration.

After Setup

Once the MCP server is configured:

1. Restart your AI assistant (IDE, CLI, or extension) to load the new MCP tools 2. Verify connection: Ask to list EKS clusters or available MCP tools 3. Start using EKS tools: The MCP server provides tools for cluster management, K8s resources, troubleshooting, and observability

This skill's job is done once setup is complete. Hand off to the EKS MCP tools for actual cluster operations.

Related skills

FAQ

What are the setup options?

AWS-Hosted (managed, needs an AWS account) for production and teams, or Self-Hosted (open source) for air-gapped, custom auth, or OIDC/kubeconfig mode.

What after setup?

Restart the AI assistant to load the tools, verify by listing EKS clusters, then use the EKS MCP tools directly.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.