Back to MCP Servers

Mkp

MKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters. It provides tools for listing and applying Kubernetes resources through the MCP protocol.

cloud-platformskubernetesllm

Installation

npx -y mkp

Configuration

{
  "mcpServers": {
    "mkp": {
      "command": "npx",
      "args": ["-y", "mkp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub