Skip to content

Connecting to Claude

Fast path

Add Fluent to Claude →

Claude should open a custom connector named Fluent with this address:

text
https://mcp.meetfluent.app/mcp

Review the name and address, add the connector, sign in to Fluent, and approve the connection.

Manual path

  1. Open Claude Settings.
  2. Open Connectors and choose Add custom connector.
  3. Use the name Fluent and paste the address above.
  4. Add the connector, sign in to Fluent, and approve the connection.

Try Fluent

Start a new conversation and ask:

Check my Fluent account and help me choose one area to set up.

Claude Desktop and Claude Code

Developers working from the Fluent repository can generate a managed configuration:

bash
npm run scaffold:mcp -- --client claude --track cloud

For a self-hosted runtime:

bash
npm run scaffold:mcp -- --client claude --track oss --base-url http://127.0.0.1:8788

The checked-in developer bundle lives at claude-plugin/fluent/. Its .claude-plugin/plugin.json describes the Claude package; .mcp.oss.json and .mcp.local.json are the self-hosted configuration templates.

Use Troubleshooting if the connector is added but Fluent is not active.

Managed Fluent is free during early access · open-source runtime available