The MCP server runs on your Mac. To reach it from the Claude mobile app (or claude.ai anywhere), you expose the local server to the internet through a Cloudflare Tunnel, protected by Cloudflare Access — keeping the Mac as the source of truth.Documentation Index
Fetch the complete documentation index at: https://clickwheel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This is single-tenant by design: it exposes your local server, gated to
your identity. The iPod tools work whenever the iPod is docked to the Mac;
undocked, they return “not connected,” exactly as locally.
The shape
clickwheel-mcp serve --httpruns the server over Streamable HTTP, bound to127.0.0.1(the tunnel is the only ingress).- A Cloudflare Tunnel routes
clickwheel.fm→ the local server. - Cloudflare Access (Zero Trust) gates it to your email and natively handles the MCP OAuth flow — no OAuth code required.
Setup (summary)
The full, copy-pasteable runbook lives in the repo atdocs/mcp/deploy/README.md.
In short:
- Run the server:
clickwheel-mcp serve --http --allowed-host clickwheel.fm. (The--allowed-hostis required behind a tunnel, or the SDK’s DNS-rebinding protection rejects requests with HTTP 421.) - Create a Cloudflare Tunnel and route your domain to
http://127.0.0.1:8000. - Add a self-hosted Cloudflare Access application over the host with a policy allowing only your email (built-in one-time-PIN identity works).
- Keep it running with a
launchdLaunchAgent (templates in the repo).
Adding the connector
You add the connector on claude.ai (web) — Settings → Connectors → Add custom connector → your MCP URL. Complete the Cloudflare Access login. It then becomes usable in the mobile app (you can’t add connectors from the phone, only use ones added on the web).What works from mobile
- Library + playlist tools — fully (they hit the local catalog).
- Plex / Apple Music / Last.fm — whenever the Mac can reach them.
- iPod tools — only when the iPod is docked to the Mac; otherwise they fail gracefully.