flux159/mcp-server-kubernetes
Overview
A TypeScript implementation for Kubernetes cluster operations, providing a unified kubectl API to manage pods, deployments, and services through operations like get, describe, create, apply, and delete.
Capabilities
- • resource handlers
- • prompt templates
- • tool call interface
- • sampling support
- • authentication support
- • github integration
Best For
TypeScript tool for Kubernetes cluster operations, managing pods, deployments, and services via a unified kubectl API.
Decision Snapshot
Install
available
Usage
available
Docs
5 links
Config
6 strong hints
Capabilities
8 key capabilities detected
- • GitHub stars: 1376
- • Forks: 239
- • Source provenance count: 2
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/16/2026
Installation / Setup
export ENABLE_TELEMETRY=true && export OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317 && npx mcp-server-kubernetes
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Review official documentation and source metadata for complete setup parameters.
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx"
}
}
}Usage
{ && "mcpServers": { && "kubernetes": { && "command": "npx",Features
- • [x] Connect to a Kubernetes cluster
- • [x] Unified kubectl API for managing resources
- • Get or list resources with kubectl_get
- • Describe resources with kubectl_describe
- • List resources with kubectl_get
- • Create resources with kubectl_create
- • Apply YAML manifests with kubectl_apply
- • Delete resources with kubectl_delete
Use Cases
- • Supports capabilities such as: resource handlers; prompt templates; tool call interface.
- • Common usage themes: mcp, kubernetes, claude, anthropic.
Supported Clients / Integrations
- • resource handlers
- • prompt templates
- • tool call interface
- • sampling support
- • authentication support
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "kubernetes": { && "command": "npx",
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye), npm Registry Search API
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.