Skip to main content

Use X02 in Claude, ChatGPT, Gemini and other AI chat apps

X02 runs a remote Model Context Protocol server at https://up.x02.me/mcp (Streamable HTTP, OAuth 2.1). Add it as a connector in Claude, ChatGPT, Gemini, Grok, Le Chat or any other MCP app, sign in to X02 in the browser window that opens, and the assistant can upload, find, view, rename, move, delete, organize and share the account's files. No API key is ever pasted into the AI app.

Server address: https://up.x02.me/mcp

It is not a secret — it is the address the AI app connects to. The app discovers the sign-in endpoints itself, opens x02.me so the user can sign in, and stores its own token. The connector is free on every X02 account; some AI apps put custom connectors behind their own paid plans.

What you can ask

Connect it

You need an X02 account first.

Claude

  1. In a chat, open the + menu and choose Browse connectors.
  2. Search for X02 and click Add.
  3. Sign in to X02 in the window that opens, review the permissions, and click Allow Access.

Open: https://claude.ai/customize/connectors

X02 is listed in Anthropic's connector directory. To add it by hand instead, open Customize → Connectors → + → Add custom connector and paste the server address. It then follows you across claude.ai, the desktop app and mobile.

ChatGPT

  1. Open Settings → Apps & Connectors → Advanced settings and turn on Developer mode.
  2. Add a connector and paste the server address.
  3. Sign in to X02 when the browser opens.

Open: https://chatgpt.com/

Needs a paid plan (Plus, Pro, Business, Enterprise or Edu) and works on the web only. Without developer mode ChatGPT exposes only search and fetch tools, and X02 has neither.

Gemini

  1. On gemini.google.com, open Settings → Connected Apps.
  2. Under Custom apps, click Add a custom app and paste the server address.
  3. Click Next and sign in to X02 when asked.

Open: https://gemini.google.com/

Google currently limits custom apps to personal Google accounts, in the US, aged 18 or over, with Keep Activity turned on. Add it on the web; it then works in the Gemini mobile app too.

Grok

  1. Go to grok.com/connectors and click New Connector → Custom.
  2. Paste the server address.
  3. Sign in to X02 when asked.

Open: https://grok.com/connectors

xAI documents custom connectors for Business and Enterprise plans.

Le Chat

  1. Open Connectors from the sidebar and click + Add Connector.
  2. Switch to the Custom MCP Connector tab, name it x02 and paste the server address.
  3. Click Connect and sign in to X02 when asked.

Open: https://chat.mistral.ai/

Available on every Mistral plan, including Free. On a team plan, only an admin can add connectors.

Another app

  1. Look in the app's settings for Connectors, Integrations, Apps or MCP.
  2. Choose the option to add your own (Custom, Add custom connector, Add server) and paste the server address.
  3. Sign in to X02 when your browser opens, check the permissions, and approve.

The app has to support remote connectors with sign-in. If it only asks for a command to run, or only takes an API key, X02 cannot be added there.

To check it worked, ask "what x02 tools do you have?" — there should be fifteen. Full walkthrough: Set up X02 in Claude, ChatGPT, Grok and more.

Developer tools

Claude Code, Cursor, VS Code and Windsurf connect with the same address; choose HTTP or Streamable HTTP as the transport, not stdio. In Claude Code:

claude mcp add --transport http x02 https://up.x02.me/mcp

Details: developer setup.

Tools

Permissions

Requested when you connect, shown on the consent screen, and checked on every call:

Disconnecting an app in its own connector settings revokes that app only; the account's API key, folder keys and other connected apps are unaffected.

Questions

What is the X02 MCP server?

A connector that lets an AI chat app work on your X02 files. Add https://up.x02.me/mcp to Claude, ChatGPT, Gemini, Grok, Le Chat or another app that supports connectors, and the assistant can upload, search, view, rename, move, delete, organize into folders and share albums for you. MCP (Model Context Protocol) is the open standard these apps use to connect to outside services.

Do I have to paste my API key into the AI app?

No. Connecting opens x02.me in your browser, you sign in and approve the permissions the app asked for, and the app receives its own token. Your API key never leaves X02.

Is it free?

Yes. The connector works on free X02 accounts, with your plan's normal upload limits. Some AI apps put custom connectors behind their own paid plans — ChatGPT, for example.

Can the assistant upload a file I attached to the chat?

Not directly — AI apps have no way to pass an attachment on to a connector. The assistant hands you a drop link instead, and you paste or drag the file into it. Files already online can be rehosted by URL with no extra step.

How do I disconnect an app?

Remove the connector in the app's own settings. That app's access ends; your API key, folder keys and any other connected apps are unaffected.

Which permissions does it ask for?

Six, shown on the consent screen before you approve: read your account, read files, upload and edit files, delete files, read folders, and manage folders. Anything outside what you approved is refused.

Does it work in code editors too?

Yes — Claude Code, Cursor, VS Code and Windsurf all connect with the same address. Part 2 of the setup guide has the details.

Guides

Machine-readable: MCP server card, OAuth protected-resource metadata.