Connecting to Claude
Fast path
Claude should open a custom connector named Fluent with this address:
text
https://mcp.meetfluent.app/mcpReview the name and address, add the connector, sign in to Fluent, and approve the connection.
Manual path
- Open Claude Settings.
- Open Connectors and choose Add custom connector.
- Use the name
Fluentand paste the address above. - 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 cloudFor a self-hosted runtime:
bash
npm run scaffold:mcp -- --client claude --track oss --base-url http://127.0.0.1:8788The 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.