Agent Access lets local tools work with Workout Writer through a command-line bridge and local MCP server on your Mac. It is off by default, and you decide which tools can read or change your data.
The current release is Workout Writer CLI v1.1.1 for Apple silicon Macs.
The installer adds workout-writer to /usr/local/bin.
You need:
workout-writer --version
The quickest option is to install the prepared shortcut:
Get the Workout Writer Agent Bridge shortcut
Open the link on your Mac, review the shortcut, then choose Add Shortcut. Keep its name as Workout Writer Agent Bridge so the CLI can find it.
If you would rather create it yourself:
Workout Writer Agent Bridge.On the first CLI request, macOS may ask whether the shortcut can output one text item. Choose Allow Always.
workout-writer auth configure
The prompt does not show the key as you type. The CLI reads it from Keychain when making a request, so an agent does not need to receive the key itself.
List the tools currently available from Workout Writer:
workout-writer tools
Fetch the personalised workout-writing guide used by Workout Writer:
workout-writer guide
workout-writer guide --activity running
workout-writer guide --activity cycling
The guide includes your configured tag names, allowing an agent to use terms that Workout Writer already understands.
Workout Writer CLI v1.1.0 includes a local MCP server. Configure your MCP client to launch the installed command:
{
"mcpServers": {
"workout-writer": {
"command": "/usr/local/bin/workout-writer",
"args": ["mcp"]
}
}
}
The server asks Workout Writer for its current capabilities whenever the client lists tools. Only tools that are enabled and available in Settings > Agent Access are exposed.
You can also run the server directly over standard input and output:
workout-writer mcp
To inspect or remove the saved CLI credential without displaying it:
workout-writer auth status
workout-writer auth clear