Supported MCP clients

Last updated: September 25, 2026

Floxar has a Model Context Protocol (MCP) server, so you can work in Floxar from your own AI client: find and read your flows, steps, references and trails, run trails, and create or edit flows. You sign in with your usual Floxar login, and the client can only do what you approve and what your role in the account allows.

If your client stopped with a message saying it is not a supported Floxar MCP client, it is not on the list below. Connect from one of the supported clients instead.

Supported clients

Floxar accepts sign-in from these clients only:

Client How you add Floxar
Claude — claude.ai and Claude Desktop A custom connector in Claude’s settings. Reading is confirmed; running trails and authoring are not yet confirmed
Claude Code One command in your terminal
VS Code — GitHub Copilot Chat in agent mode An entry in .vscode/mcp.json, or MCP: Add Server. Connection not yet confirmed by Floxar

Not supported for sign-in yet

Automated agents and integrations do not sign in as a person. An account admin registers them in the Floxar application’s Agent Registry, and they connect with their own credentials.

Before you start

How connecting works

The first time a client connects, it opens a browser window:

  1. Sign in with your usual Floxar login.
  2. Confirm the account. The page shows who you are signed in as, the account your account URL belongs to, and that URL. The connection works in that account only.
  3. Allow the connection. The page lists what the client will be able to do — read your flows, steps, references and trails; run and update trails on your behalf; create and edit flows and steps — limited to what your account allows MCP clients. Choose Allow, or Deny to stop. A client never gets more than your role allows.

Claude (claude.ai and Claude Desktop)

claude.ai and Claude Desktop share the same connectors. Reading through Claude is confirmed. Running trails and authoring through Claude are not yet confirmed by Floxar.

  1. In Claude, open Settings → Connectors and select Add custom connector.
  2. Give it a name for the account, such as floxar-acme, paste your account URL, and select Add.
  3. Select Connect. Sign in to Floxar in the browser window, confirm the account and allow the connection.
  4. In a chat, open the tools menu and make sure the Floxar connector is turned on.

Remote MCP server URL

https://mcp.floxar.com/a/<account-id>

When claude.ai and Claude Desktop use the same connector, one sign-in covers both, and revoking the connection in Floxar disconnects both.

Claude Code

  1. Add the server from your terminal. Append --scope user to make it available in every project.
claude mcp add --transport http floxar-acme https://mcp.floxar.com/a/<account-id>
  1. Start Claude Code, run /mcp, select floxar-acme and choose Authenticate. Your browser opens so you can sign in to Floxar, confirm the account and allow the connection. You can also run claude mcp login floxar-acme from an interactive terminal.
  2. Run /mcp again: the server shows as connected and its tools are ready.

Claude Code asks for every capability when it connects; what it gets is limited to what your account allows MCP clients, and it never acts beyond your role.

VS Code

Connection not yet confirmed by Floxar; the steps follow VS Code’s MCP documentation.

  1. Add the server to .vscode/mcp.json in your workspace. If the file already lists servers, add only the Floxar entry inside the existing servers object. Or run MCP: Add Server from the Command Palette, choose HTTP, paste your account URL and give it a name for the account.

.vscode/mcp.json

{
  "servers": {
    "floxar-acme": {
      "type": "http",
      "url": "https://mcp.floxar.com/a/<account-id>"
    }
  }
}
  1. Start the server. When VS Code asks to let Floxar sign in, allow it, then sign in to Floxar, confirm the account and allow the connection.
  2. Open Copilot Chat in agent mode. Floxar’s tools appear in the tools picker.

More than one account

A connection works only in the account whose account URL you added it with. To work in a second account, add Floxar again with that account’s URL, under a different name — for example floxar-acme and floxar-globex. Each account needs a distinct server name.

Disconnecting and revoking

Removing Floxar from a client does not always end the connection on Floxar’s side:

To end a connection for certain, revoke it in Floxar:

A revoked connection stops working within about 3 minutes. To use the client again, connect it again and allow the connection. Signing out of Floxar, even everywhere, does not disconnect AI clients.

Good to know

If sign-in stops

When a connection cannot be made, the Floxar sign-in page says why:

For anything else, contact help@floxar.com.