---
name: "Control Kubernetes infrastructure through natural-language MCP workflows"
slug: "control-kubernetes-infrastructure-through-natural-language-mcp-workflows"
description: "Let MCP-compatible agents inspect, debug, deploy, audit, and manage Kubernetes clusters through a controlled kubectl-backed server."
github_stars: 898
verification: "security_reviewed"
source: "https://github.com/rohitg00/kubectl-mcp-server"
author: "Rohit Ghumare"
publisher_type: "individual"
category: "Runbooks & Diagnostics"
framework: "MCP"
tool_ecosystem:
  github_repo: "rohitg00/kubectl-mcp-server"
  github_stars: 898
  npm_package: "kubectl-mcp-server"
  npm_weekly_downloads: 150
---

# Control Kubernetes infrastructure through natural-language MCP workflows

Let MCP-compatible agents inspect, debug, deploy, audit, and manage Kubernetes clusters through a controlled kubectl-backed server.

## Prerequisites

Node.js or Python, kubectl, Kubernetes cluster access, MCP-compatible client

## Installation

Use the upstream install or setup path that matches your environment:
- [Install with pip](#or-install-with-pip-python)

Requirements and caveats from upstream:
- <a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python"></a>
- <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>
- [Docker](#docker)

Basic usage or getting-started notes:
- [Quick Start with npx](#quick-start-with-npx-recommended---zero-install)
- [Getting Started](#getting-started)

- Source: https://github.com/rohitg00/kubectl-mcp-server
- Extracted from upstream docs: https://raw.githubusercontent.com/rohitg00/kubectl-mcp-server/HEAD/README.md

## Documentation

- https://github.com/rohitg00/kubectl-mcp-server

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/control-kubernetes-infrastructure-through-natural-language-mcp-workflows/)
