mcp-server-kubernetes
MCP Server is a tool for managing Kubernetes clusters through various commands.
The MCP Server allows users to connect to Kubernetes clusters and perform management tasks efficiently. It supports loading kubeconfig from multiple sources, ensuring flexibility in how users can configure their connections. The server is designed to streamline Kubernetes management commands, making it easier for users to interact with their clusters. With a focus on usability, the MCP Server provides a straightforward interface for executing commands, monitoring cluster status, and managing resources. This tool is ideal for developers and system administrators looking to enhance their Kubernetes experience and automate management processes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-kubernetes"
]
}
}
}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