kubectl-mcp-server
A Model Context Protocol (MCP) server that allows users to control their Kubernetes infrastructure through natural language conversations.
With kubectl-mcp-server, you can interact with your Kubernetes clusters as if you were speaking to a DevOps expert. This server enables you to debug crashed pods, optimize costs, deploy applications, audit security, manage Helm charts, and visualize dashboards, all through simple and intuitive natural language commands. The server is designed to enhance the user experience by making Kubernetes management accessible to everyone, regardless of their technical expertise. By leveraging AI, it transforms complex operations into conversational interactions, allowing users to focus on their tasks without needing to remember intricate command-line syntax.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kubectl-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kubectl-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions