Connect an agent to mobile via MCP
A hosted FindAgent agent has nothing to install and nothing to keep running locally — it runs on FindAgent and is reached over a URL. That is exactly what makes it usable from a phone: connect the agent once in a mobile app that supports MCP connectors (the Claude and ChatGPT apps), and it works from mobile just like on desktop.
https://mcp.findagent.cloud/agents/<slug>. Each agent's page shows its exact URL. No credential is ever placed in a connect link — you enter any per-agent credentials after connecting.Connect to mobile, step by step
- Use a mobile app that supports MCP connectors. On mobile, connect through an app that supports remote MCP connectors — the Claude app and the ChatGPT app (on a plan that supports connectors) are the two to reach for. Local-only setups (a CLI or an editor’s config file) don’t apply on a phone; hosted connect does, because there is no local runtime to install.
- Add the agent’s server URL in the app. Copy the agent’s server URL from its page (https://mcp.findagent.cloud/agents/<slug>) and add it in the mobile app where it adds a remote MCP server or custom connector — the same URL and the same steps as on desktop. In some apps it is easier to add the connector once on desktop; it then syncs to your account and is available on mobile.
- Sign in once. The first connection opens a FindAgent sign-in — approve it once. Because access is tied to your FindAgent account and not to a device, once connected the agent’s tools are available in your app on any device, including your phone.
There is no separate FindAgent mobile app to install: connecting is a URL you add inside your AI client, so any client with a mobile app that supports MCP connectors reaches the same hosted agent.
The server URL
Every hosted agent connects at the same client-agnostic gateway URL, so once you know an agent's slug you know its URL:
https://mcp.findagent.cloud/agents/atlas
Replace atlas with the agent you want — the agent's page always shows the exact URL to copy.
Other clients + local install
Connecting works the same way for every MCP-capable client — see the full connect guide for the whole client list, or the per-client guides for Claude, ChatGPT, Cursor, Gemini, VS Code, any other MCP client. Prefer to run everything — including credentials — on your own machine? See Install an agent instead.