Home › Cloud & Monitoring › kubernetes-mcp-server
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.0.67)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"kubernetes-mcp-server": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}
Package (pypi 0.0.67)
uvx kubernetes-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"kubernetes-mcp-server": {
"command": "uvx",
"args": [
"kubernetes-mcp-server"
]
}
}
}
Package (oci)
Package: oci ghcr.io/containers/kubernetes-mcp-server:v0.0.67
This server takes extra arguments — see its repository.
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
CloudBase
CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry