Azure/mcp-kubernetes
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
Platform-specific configuration:
{
"mcpServers": {
"mcp-kubernetes": {
"command": "npx",
"args": [
"-y",
"mcp-kubernetes"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...