.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/flux159/mcp-server-kubernetes
home/mcp-servers/flux159/mcp-server-kubernetes
flux159 avatar

mcp-server-kubernetes

byflux159· 1 MCP server

Installs

64k

Stars

1.5k

Forks

269

Category

DevOps & CI/CD

View on GitHub

TL;DR

MCP Server that can connect to a Kubernetes cluster and manage it. Supports loading kubeconfig from multiple sources in priority order.

How to install mcp-server-kubernetes?

flux159/mcp-server-kubernetes
$git clone https://github.com/flux159/mcp-server-kubernetes

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-server-kubernetes by running `git clone https://github.com/flux159/mcp-server-kubernetes`, then use it for the current task and follow its documentation at https://github.com/flux159/mcp-server-kubernetes.

Files · 1

View on GitHub
README.md
1# MCP Server Kubernetes
2 
3[![CI](https://github.com/Flux159/mcp-server-kubernetes/actions/workflows/ci.yml/badge.svg)](https://github.com/yourusername/mcp-server-kubernetes/actions/workflows/ci.yml)
4[![Language](https://img.shields.io/github/languages/top/Flux159/mcp-server-kubernetes)](https://github.com/yourusername/mcp-server-kubernetes)
5[![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=flat&logo=kubernetes&logoColor=white)](https://kubernetes.io/)
6[![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=flat&logo=docker&logoColor=white)](https://www.docker.com/)
7[![Stars](https://img.shields.io/github/stars/Flux159/mcp-server-kubernetes)](https://github.com/Flux159/mcp-server-kubernetes/stargazers)
8[![Issues](https://img.shields.io/github/issues/Flux159/mcp-server-kubernetes)](https://github.com/Flux159/mcp-server-kubernetes/issues)
9[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Flux159/mcp-server-kubernetes/pulls)
10[![Last Commit](https://img.shields.io/github/last-commit/Flux159/mcp-server-kubernetes)](https://github.com/Flux159/mcp-server-kubernetes/commits/main)
11 
12<p align="center">
13 <img src="https://raw.githubusercontent.com/Flux159/mcp-server-kubernetes/refs/heads/main/icon.png" width="200">
14</p>
15 
16MCP Server that can connect to a Kubernetes cluster and manage it. Supports loading kubeconfig from multiple sources in priority order.
17 
18https://github.com/user-attachments/assets/f25f8f4e-4d04-479b-9ae0-5dac452dd2ed
19 
20## Installation & Usage
21 
22### Prerequisites
23 
24Before using this MCP server with any tool, make sure you have:
25 
261. kubectl installed and in your PATH
272. A valid kubeconfig file with contexts configured
283. Access to a Kubernetes cluster configured for kubectl (e.g. minikube, Rancher Desktop, GKE, etc.)
294. Helm v3 installed and in your PATH (no Tiller required). Optional if you don't plan to use Helm.
30 
31You can verify your connection by running `kubectl get pods` in a terminal to ensure you can connect to your cluster without credential issues.
32 
33By default, the server loads kubeconfig from `~/.kube/config`. For additional authentication options (environment variables, custom paths, etc.), see [ADVANCED_README.md](ADVANCED_README.md).
34 
35### Claude Code
36 
37Add the MCP server to Claude Code using the built-in command:
38 
39```bash
40claude mcp add kubernetes -- npx mcp-server-kubernetes
41```
42 
43This will automatically configure the server in your Claude Code MCP settings.
44 
45### Codex
46 
47Add the MCP server to [Codex CLI](https://developers.openai.com/codex/cli/) using the built-in command:
48 
49```bash
50codex mcp add kubernetes -- npx mcp-server-kubernetes
51```
52 
53This registers the server globally in `~/.codex/config.toml` and makes its tools available in all Codex sessions.
54 
55### Claude Desktop
56 
57Add the following configuration to your Claude Desktop config file:
58 
59```json
60{
61 "mcpServers": {
62 "kubernetes": {
63 "command": "npx",
64 "args": ["mcp-server-kubernetes"]
65 }
66 }
67}
68```
69 
70### Claude Desktop Connector via mcpb
71 
72MCP Server Kubernetes is also available as a [mcpb](https://github.com/anthropics/mcpb) (formerly dxt) extension. In Claude Desktop, go to Settings (`Cmd+,` on Mac) -> Extensions -> Browse Extensions and scroll to find mcp-server-kubernetes in the modal. Install it & it will install & utilize kubectl via command line & your kubeconfig.
73 
74To manually install, you can also get the .mcpb by going to the latest [Release](https://github.com/Flux159/mcp-server-kubernetes/releases) and downloading it.
75 
76### VS Code
77 
78[![Install Kubernetes MCP in VS Code](https://img.shields.io/badge/Install%20Kubernetes%20MCP%20in%20VS%20Code-blue?logo=visualstudiocode)](vscode:mcp/install?%7B%22name%22%3A%20%22kubernetes%22%2C%20%22type%22%3A%20%22stdio%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22mcp-server-kubernetes%22%5D%7D)
79 
80For VS Code integration, you can use the MCP server with extensions that support the Model Context Protocol:
81 
821. Inst

Preview

flux159/mcp-server-kubernetesflux159/mcp-server-kubernetes

# MCP Server Kubernetes

[![CI](https://github.com/Flux159/mcp-server-kubernetes/actions/workflows/ci.yml/badge.svg)](https://github.com/yourusername/mcp-server-kubernetes/actions/workf

[![Language](https://img.shields.io/github/languages/top/Flux159/mcp-server-kubernetes)](https://github.com/yourusername/mcp-server-kubernetes)

[![Kubernetes](https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=flat&logo=kubernetes&logoColor=white)](https://kubernetes.io/)

Repoflux159/mcp-server-kubernetes
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPinfrastructurekubernetes

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  4. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  5. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381
  6. harness avatarmcp-serverGive AI agents full access to the Harness.io platform — manage pipelines, deployments, cloud costs, chaos engineering, feature flags, SEI, and 125+ resource types through 11 MCP toolsMCP ServersJul 202621k86