Claude as a chat-first desktop app for macOS and Windows — no terminal needed once the bridge is configured.
Desktop appClaude Desktop’s custom connectors authenticate with OAuth only, so the mcp-remote bridge (runs via npx) passes your bearer key instead.
Settings → Developer → Edit Config. macOS: ~/Library/Application Support/Claude/claude_desktop_config.json · Windows: %APPDATA%\Claude\claude_desktop_config.json.
{
"mcpServers": {
"pitchpace": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://<tenant>.pitchpace.app/api/agent/mcp",
"--header", "Authorization: Bearer ppag_<key-id>.<secret>"
]
}
}
}The PitchPace tools appear under the search-and-tools icon in the chat input.
After a restart, ask Claude the first prompt below — it should call `list_units` and show your unit types.
Writes are opt-in: set_occupancy exists only on keys with occupancy:write, and what it writes lowers your public availability immediately — start read-only if you are unsure.