MCP Directory
Back

mcp-kubernetes

by Azure · Go · ★ 56

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

#kubernetes#mcp-server#model-context-protocol

Install

go install github.com/Azure/mcp-kubernetes@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-kubernetes": {
      "command": "npx",
      "args": [
        "-y",
        "github:Azure/mcp-kubernetes"
      ]
    }
  }
}

From the README

The mcp-kubernetes is 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. It allows AI tools to: - Query Kubernetes resources - Execute kubectl commands - Manage Kubernetes clusters through natural language interactions - Diagnose and interpret the states of Kubernetes resources Get your kubeconfig file for your Kub…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers