Rancher runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from pypi. Last commit 31 Dec 2025.
MCP server for Rancher API integration
Today is the operative word: we check Rancher every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add rancher-mcp-server -- uvx rancher-mcp-server
{
"mcpServers": {
"rancher-mcp-server": {
"args": [
"rancher-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.rancher-mcp-server]
command = "uvx"
args = ["rancher-mcp-server"]
{
"mcpServers": {
"rancher-mcp-server": {
"args": [
"rancher-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rancher-mcp-server": {
"args": [
"rancher-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
RANCHER_API_KEY (API Key for RANCHER), RANCHER_API_URL (API URL for RANCHER).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Azure API integration
MCP server for Xero API integration
MCP server for Rundeck API integration
MCP server for Chanty API integration
MCP server for UiPath API integration
MCP server for Harness API integration
MCP server for Tableau API integration
MCP server for Mailchimp API integration
Answers built from our own checks of this server.