Rancher
Freeby MCP Community
Model Context Protocol (MCP) server for Rancher multi-cluster management
v0.5.2Added Apr 12, 2026
mcprancherkubernetesmulti-clustermodel context protocol
Rancher MCP Server
Model Context Protocol (MCP) server for Rancher multi-cluster management
Installation
npx -y @futuretea/rancher-mcp-server
Reviews
Installation
Quick install
npx -y @futuretea/rancher-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"rancher": {
"command": "npx",
"args": ["-y", "@futuretea/rancher-mcp-server"]
}
}
}