mcp for Claude Desktop
com.googleapis.compute/mcp
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
client:Claude Desktop
transport:streamable-http
tools:29
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://compute.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
- create_instance
- delete_instance
- start_instance
- stop_instance
- reset_instance
- get_instance_basic_info
- set_instance_machine_type
- list_instance_attached_disks
- list_instances
- get_instance_group_manager_basic_info
- list_instance_group_managers
- list_managed_instances
- list_instance_templates
- get_instance_template_basic_info
- get_instance_template_properties
- get_disk_basic_info
- get_disk_performance_config
- list_disks
- list_accelerator_types
- list_machine_types
- list_images
- get_zone_operation
- get_reservation_basic_info
- get_reservation_details