mcp-k8s-manager
@crtdaniele
About mcp-k8s-manager
Un MCP server per la gestione di cluster Kubernetes su AKS (Azure Kubernetes Service), utilizzabile da Claude Desktop. Offre strumenti per eseguire comandi `kubectl` e `kubectx` direttamente da un'interfaccia conversazionale.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-k8s-manager": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-k8s-manager?
mcp-k8s-manager is an MCP server for managing Kubernetes clusters on AKS (Azure Kubernetes Service), usable from Claude Desktop. It provides tools to run kubectl and kubectx commands directly from a conversational interface.
How to use mcp-k8s-manager?
Install dependencies (Python ≥ 3.10, kubectl, kubectx, Azure CLI, Claude Desktop), clone the repository, create a virtual environment, and install requirements. Then run the server with mcp dev main.py for development mode or mcp run main.py for normal mode. Install on Claude Desktop via mcp install main.py or by configuring the settings.json file manually.
Key features of mcp-k8s-manager
- Execute kubectl commands interactively via Claude Desktop.
- Switch Kubernetes context using kubectx.
- Supports AKS clusters on Azure.
- Easy installation with MCP CLI.
- Hot reload in development mode.
Use cases of mcp-k8s-manager
- Manage Kubernetes clusters from a chat interface.
- Quickly switch contexts and run kubectl commands without terminal.
- Debug or monitor AKS clusters using natural language prompts.
FAQ from mcp-k8s-manager
What are the prerequisites for using mcp-k8s-manager?
Python ≥ 3.10, kubectl, kubectx, Azure CLI, and Claude Desktop must be installed.
How do I install the MCP server on Claude Desktop?
Clone the repository, create a virtual environment, install requirements, then run mcp install main.py to add it automatically, or manually configure the settings.json file.
What tools does the server provide?
It provides run_kubectx to change the Kubernetes context and run_kubectl to execute arbitrary kubectl commands.
How do I run the server in development mode?
Use mcp dev main.py to enable hot reload during development.
Is there a license for mcp-k8s-manager?
Yes, the project is licensed under the MIT License.
Frequently asked questions
What are the prerequisites for using mcp-k8s-manager?
Python ≥ 3.10, kubectl, kubectx, Azure CLI, and Claude Desktop must be installed.
How do I install the MCP server on Claude Desktop?
Clone the repository, create a virtual environment, install requirements, then run `mcp install main.py` to add it automatically, or manually configure the settings.json file.
What tools does the server provide?
It provides `run_kubectx` to change the Kubernetes context and `run_kubectl` to execute arbitrary kubectl commands.
How do I run the server in development mode?
Use `mcp dev main.py` to enable hot reload during development.
Is there a license for mcp-k8s-manager?
Yes, the project is licensed under the MIT License.
Basic information
More Cloud & Infrastructure MCP servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Comments