load_save_from_menu
Load a saved Civilization VI game from the main menu by specifying a save name, or default to the most recent autosave. Uses OCR-guided clicks to navigate and load the save automatically.
Instructions
Navigate the main menu to load a save via OCR-guided clicking.
Args:
save_name: Autosave name (e.g. "AutoSave_0221"). If not provided,
loads the most recent autosave.
Requires the game to be running and at the main menu. Uses macOS Vision
OCR to find and click menu elements. Takes 30-90 seconds.
After loading, wait ~10 seconds then call get_game_overview to verify.
Requires pyobjc: uv pip install 'civ6-mcp[launcher]'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |