mcp-server-k8s
A simple MCP server for Kubernetes
https://github.com/user-attachments/assets/e36d8048-7abd-4529-8d78-086ae9cadea9
How to use this MCP server
By configuring the following contents in ~/Library/Application Support/Claude/claude_desktop_config.json, and replace the directory with real project path, you can easily use it with Claude Desktop
{
"mcpServers": {
"k8s": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-k8s",
"run",
"main.py"
]
}
}
}
This mcp server is certified by MCPHub, if you are interested, you may have a look on MCPHub
Recommend MCP Servers 💡
a11y-mcp
An MCP server for performing accessibility audits on webpages using axe-core
excel-mcp-server
A Model Context Protocol server for Excel file manipulation
semgrep
A Model Context Protocol (MCP) server for using Semgrep to scan code for security vulnerabilities.
Office-PowerPoint-MCP-Server
A MCP server for PowerPoint manipulation using python-pptx, providing tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
xcodebuildmcp
An MCP server providing Xcode-related tools for AI assistants and MCP clients.
K-MCP
An MCP server connecting AI assistants to Kali Linux terminals for security testing and research.