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
By StacklokLabs
Installation
npx -y mkpConfiguration
{
"mcpServers": {
"mkp": {
"command": "npx",
"args": ["-y", "mkp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes