.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

…/rohitg00/kubectl-mcp-server
home/mcp-servers/rohitg00/kubectl-mcp-server
rohitg00 avatar

kubectl-mcp-server

byrohitg00· 2 MCP servers

Installs

590

Stars

934

Forks

177

Category

DevOps & CI/CD

View on GitHub

TL;DR

---

How to install kubectl-mcp-server?

rohitg00/kubectl-mcp-server
$git clone https://github.com/rohitg00/kubectl-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="logos/kubectl-mcp-server-icon.svg" alt="kubectl-mcp-server logo" width="80" height="80">
3 <br>
4 <strong style="font-size: 24px;">kubectl-mcp-server</strong>
5</p>
6 
7<p align="center">
8<b>Control your entire Kubernetes infrastructure through natural language conversations with AI.</b><br>
9Talk to your clusters like you talk to a DevOps expert. Debug crashed pods, optimize costs, deploy applications, audit security, manage Helm charts, and visualize dashboards, all through natural language.<br>
10<b>Part of CNCF Landscape, Next to Terraform</b>
11</p>
12 
13<img width="2473" height="1332" alt="Screenshot 2026-04-08 at 23 36 21" src="https://github.com/user-attachments/assets/616b4e65-37bc-474e-8124-68e64c6d7c95" />
14 
15<p align="center">
16 <a href="https://github.com/rohitg00/kubectl-mcp-server"><img src="https://img.shields.io/github/stars/rohitg00/kubectl-mcp-server?style=flat&logo=github" alt="GitHub Stars"></a>
17 <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
18 <a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python"></a>
19 <a href="https://kubernetes.io/"><img src="https://img.shields.io/badge/kubernetes-%23326ce5.svg?style=flat&logo=kubernetes&logoColor=white" alt="Kubernetes"></a>
20 <a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green.svg" alt="MCP"></a>
21</p>
22 
23<p align="center">
24 <a href="https://pypi.org/project/kubectl-mcp-server/"><img src="https://img.shields.io/pypi/v/kubectl-mcp-server?color=blue&label=PyPI" alt="PyPI"></a>
25 <a href="https://www.npmjs.com/package/kubectl-mcp-server"><img src="https://img.shields.io/npm/v/kubectl-mcp-server?color=green&label=npm" alt="npm"></a>
26 <a href="https://hub.docker.com/r/rohitghumare64/kubectl-mcp-server"><img src="https://img.shields.io/docker/pulls/rohitghumare64/kubectl-mcp-server.svg" alt="Docker"></a>
27 <a href="https://github.com/rohitg00/kubectl-mcp-server"><img src="https://img.shields.io/badge/tests-234%20passed-success"
28 <a href="https://deepwiki.com/rohitg00/kubectl-mcp-server"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
29 <a href="https://aregistry.ai"><img src="https://img.shields.io/badge/agentregistry-verified-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE1Ljk5MiA2LjAzN2wtMy4wMjEtLjQzOS0xLjM1LTIuNzM2Yy0uMzQ2LS43MDItMS41MDQtLjcwMi0xLjg1IDBMOC40MjEgNS41OTggNS40IDYuMDM3Yy0uNzc2LjExMy0xLjA4OCAxLjA1My0uNTI4IDEuNTkzbDIuMTg2IDIuMTI5LS41MTYgMy4wMWMtLjEzMy43NzUuNjgyIDEuMzY2IDEuMzc4Ljk5OGwyLjcwMi0xLjQyIDIuNzAyIDEuNDJjLjY5Ni4zNjggMS41MTEtLjIyMyAxLjM3OC0uOTk4bC0uNTE2LTMuMDEgMi4xODYtMi4xMjljLjU2LS41NCAwLjI0OC0xLjQ4LS41MjgtMS41OTN6Ii8+PC9zdmc+" alt="agentregistry"></a>
30</p>
31 
32---
33 
34## Installation
35 
36### Quick Start with npx (Recommended - Zero Install)
37 
38```bash
39# Run directly without installation - works instantly!
40npx -y kubectl-mcp-server
41 
42# Or install globally for faster startup
43npm install -g kubectl-mcp-server
44```
45 
46### Or install with pip (Python)
47 
48```bash
49# Standard installation
50pip install kubectl-mcp-server
51 
52# With interactive UI dashboards (recommended)
53pip install kubectl-mcp-server[ui]
54```
55---
56 
57## 📑 Table of Contents
58 
59- [What Can You Do?](#what-can-you-do)
60- [Why kubectl-mcp-server?](#why-kubectl-mcp-server)
61- [Live Demos](#live-demos)
62- [Installation](#installation)
63 - [Quick Start with npx](#quick-start-with-npx-recommended---zero-install)
64 - [Install with pip](#or-install-with-pip-python)
65 - [Docker](#docker)
66- [Getting Started](#getting-started)
67- [Quick Setup with Your AI Assistant](#quick-setup-with-your-ai-assistant)
68- [All Supported AI Assistants](#all-supported-ai-assistants)
69- [Complete Feature Set](#complete-feature-set)
70- [Using the CLI](#using-the-cli)
71- [Advanced Configuration](#advanced-con

Preview

rohitg00/kubectl-mcp-serverrohitg00/kubectl-mcp-server
Reporohitg00/kubectl-mcp-server
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaideployment

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. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. 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
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381