cloud platforms

Kubectl Mcp Server

A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.

python
cloud
local
cloud platforms
0
View on GitHub

Installation

npx -y rohitg00/kubectl-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "kubectl-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "rohitg00/kubectl-mcp-server"
  ]
}

About This MCP Server

rohitg00/kubectl-mcp-server

A Model Context Protocol (MCP) server for Kubernetes that enables AI assistants like Claude, Cursor, and others to interact with Kubernetes clusters through natural language.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub