feiskyer/mcp-kubernetes-server
A Model Context Protocol (MCP) server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and Kubernetes, translating natural language requests into Kubernetes operations and returning the results in a format the AI tools can understand.
Platform-specific configuration:
{
"mcpServers": {
"mcp-kubernetes-server": {
"command": "npx",
"args": [
"-y",
"mcp-kubernetes-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...