Cloud Infrastructure
Trust: 44/100 (Fair)Kubernetes MCP Guide
Interact with Kubernetes clusters. List pods, deploy workloads, inspect logs, and manage namespaces.
378 stars 13,400 downloadsby MCP Community
Quick Start
Install
npx @mcp/kubernetesClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"kubernetes-mcp": {
"command": "npx",
"args": [
"@mcp/kubernetes"
]
}
}
}What Kubernetes MCP Can Do
list_pods
List pods across namespaces
deploy
Apply manifests and deploy workloads
view_logs
Stream container logs
Permissions Required
Kubernetes MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
k8s.read | Read cluster state | low |
k8s.write | Deploy and modify workloads | critical |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |