Once connected, Claude sees your training calendar, race schedule, and weekly progress.
Claude connects to tools you choose. OCR Trips and Google Calendar are two of those tools. You talk, Claude orchestrates.
“Add a 45-min tempo run on Thursday and put it on my calendar”
Understands your request and calls the right tools
Creates the workout in your training calendar
Creates a matching event on your calendar
Why two separate tools? OCR Trips manages your training data — workouts, race trips, progress. Google Calendar manages your schedule. Claude connects them so you don't have to. One sentence, both updated.
When you connect OCR Trips, Claude gets access to these tools for your training data.
Claude combines these tools with Google Calendar to give you a complete training assistant — reading your plan, writing new workouts, and keeping your schedule in sync.
One-time setup. Works immediately after.
Go to Settings → Integrations in OCR Trips and click "Generate New Token." Give it a name like "Claude" and copy the token — you’ll only see it once.
Open your Claude Desktop config file and add the OCR Trips MCP server. Replace YOUR_TOKEN with the token you just copied.
{
"mcpServers": {
"ocrtrips": {
"command": "/bin/zsh",
"args": [
"-lic",
"npx mcp-remote https://www.ocrtrips.com/api/mcp --header 'Authorization:Bearer YOUR_TOKEN'"
]
}
}
}Config file location — Mac: ~/Library/Application Support/Claude/claude_desktop_config.json • Windows: %APPDATA%\Claude\claude_desktop_config.json
Restart Claude Desktop. You should see OCR Trips listed under the tools icon. Try asking:
Claude Desktop uses a local bridge (mcp-remote) to connect to remote servers. Make sure you have Node.js installed — the bridge runs automatically via npx.
Your API token only accesses your own training data — workouts, trips, and weekly stats. Nothing else. Tokens are hashed with SHA-256 before storage, so we never see your actual token.
OCR Trips never connects directly to Google Calendar. Your AI assistant calls each service separately — your Google credentials stay with Google.
You can revoke your token from Settings at any time to instantly disconnect your AI assistant from your training data.
Also available for