Claude Desktop
An MCP server for managing Kubernetes clusters, configured via an external JSON file.
MCP server managing Kubernetes Cluster
Claude Desktop
-
Create kube-config for accessing kubernetes cluster.
-
Build a docker image using Dockerfile.
docker build . -t mcp:0.0.1 -
Update the config
claude_desktop_config.jsonwith the following:
{
"mcpServers": {
"k8s-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp:0.0.1",
"uv",
"run",
"src/main.py"
]
}
}
}
- Restart Claude desktop.
Related Servers
Deepseek
Integrates Deepseek models with any MCP-compatible client, such as Claude Desktop.
Open-Meteo
Access global weather forecasts and historical data through the Open-Meteo API.
Finance MCP Server
An MCP server for retrieving financial data using the financialdatasets API.
commercetools MCP Essentials
An MCP server and toolkit for integrating with the commercetools platform APIs.
Cloudflare Remote MCP Server (Authless)
An example for deploying a remote, authentication-free MCP server on Cloudflare Workers.
MiniMax MCP
Interact with MiniMax's powerful Text-to-Speech, image, and video generation APIs.
Ghost MCP Server
Interact with and manage your Ghost CMS blog, including posts, users, and members, through an LLM interface.
Azure MCP
Manage and interact with Microsoft Azure services.
Yandex Cloud
An unofficial server for interacting with the Yandex Cloud API.
HuggingFace Spaces
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.