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.
Quick Start
Clone the repository:
git clone https://github.com/rohitg00/kubectl-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"kubectl-mcp-server": {
"command": "npx",
"args": [
"-y",
"rohitg00/kubectl-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.