mcp for Claude Desktop
com.googleapis.container/mcp
Provides read access to your GKE and Kubernetes resources.
client:Claude Desktop
transport:streamable-http
tools:23
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://container.googleapis.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_k8s_api_resources
- check_k8s_auth
- describe_k8s_resource
- list_k8s_events
- get_k8s_resource
- get_k8s_cluster_info
- get_k8s_version
- get_k8s_rollout_status
- list_clusters
- create_cluster
- update_cluster
- get_cluster
- list_operations
- get_operation
- cancel_operation
- create_node_pool
- list_node_pools
- get_node_pool
- update_node_pool
- get_k8s_logs
- apply_k8s_manifest
- delete_k8s_resource
- patch_k8s_resource