
Kubernetes Integration
An MCP for integrating kuberentes with Generative AI
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Kubernetes Integration MCP server manually.
Kubernetes MCP
An MCP for integrating kuberentes with Generative AI
More Information on Model Context Protocol Python SDK and MCP Quickstart
Prerequisites
- Claude Desktop
- install python ^3.13
- uv
- kubectl
- kubectx and kubens
- docker - for running locally
- kind - for a local k8s cluster
Getting started
If you have a kubernetes cluster:
- sign in and use
kubectx
to set the kube context to that cluster.
If you do not have a kuberenets cluster:
- start docker
- run
infra/startKindCluster.sh
to spawn a kind cluster (control plane and two wokers) in docker
Integrate with Claude, Cursor or Windsurf
Demo
Tear down
to destroy your kind cluster:
- run
pkill -f "kubectl proxy"
to kill the kubectl proxy process. kind delete cluster
will delte the kind control plane and worker docker containers
Note: the code here is not meant for production use. User assumes all responsiblity for usage
Details:
Stars
0Forks
0Last commit
3 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to Kubernetes Integration:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit