
KubeSphere MCP Server
by kubesphere
Integrate KubeSphere APIs with AI agents for workspace and cluster management.
What it does
Connects AI agents to KubeSphere clusters, allowing the AI to manage and query resources across the KubeSphere environment. It provides a bridge between the Model Context Protocol and KubeSphere's administrative APIs.
Tools
- Workspace Management: Manage KubeSphere workspaces and their configurations.
- Cluster Management: Query and manage Kubernetes cluster resources via KubeSphere.
- User and Roles: Administer users, roles, and permissions within the cluster.
- Extensions Center: Manage and install extensions from the KubeSphere center.
Installation
Install the binary using go build -o ks-mcp-server cmd/main.go and add it to your PATH. Configure your AI agent with the following JSON:
{
"mcpServers": {
"KubeSphere": {
"args": [
"stdio",
"--ksconfig", "/path/to/ksconfig",
"--ks-apiserver", "http://your-kubesphere-address"
],
"command": "ks-mcp-server"
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go build -o ks-mcp-server cmd/main.goInformation
- Pricing
- free
- Published
- 5/14/2026
- stars






