Skip to content

How do I connect Fiuto to Claude Code?

Add Fiuto to Claude Code as a remote MCP server, then sign in through the browser. Once connected, Claude Code can use the Fiuto capabilities available to it, including authoring, launching, and reading studies.

  1. A Fiuto account. Sign up at app.fiuto.ai if you don’t have one.
  2. Claude Code installed and signed in. If you’re new to it, the Claude Code docs cover installation.
  3. A terminal open.
  1. Add the server. In any terminal, run:

    Terminal window
    claude mcp add --transport http fiuto https://mcp.fiuto.ai/mcp-server

    That registers Fiuto as a remote MCP server in your Claude Code config. The name fiuto is what you’ll see when you list servers later. If you already have a server called fiuto, pick a different name; the command shape is the same.

  2. Sign in. Open Claude Code in any project, type /mcp, and pick fiuto from the list. Claude Code opens a browser tab to sign in to your Fiuto account. Use the same email you use at app.fiuto.ai, then approve the connection.

    If the browser tab doesn’t open on its own (some terminals block automatic launches), Claude Code prints a URL you can paste into a browser by hand.

Back in Claude Code, type /mcp again. You should see fiuto listed as connected, with a count of available tools alongside.

For a live check, ask Claude Code something basic:

“List my Fiuto studies.”

If the connection is good, it returns your studies, or tells you the list is empty if you haven’t made any yet.

Once connected, Claude Code does the same kinds of things you’d do in the web editor. A few to get a feel:

  1. “Create a five-question rating study about the new sign-up flow.”
  2. “Build a preference test between these two pricing-page screenshots, then ask for a one-line reason after each pick.”
  3. “Show me my draft studies, and tell me which one is closest to ready.”
  4. “Add a screening question at the start of this study so only designers can take it.”
  5. “Launch the onboarding click-test study, and share the link.”
  6. “Pull the results from my latest study and summarise what people said.”

You don’t need to know what the underlying tools are called. Claude Code translates your request into the right Fiuto actions on its own.

A few patterns we see when the connection doesn’t behave.

  1. /mcp doesn’t list fiuto. The add command didn’t persist, or Claude Code is reading a different config. Run the add command again, then restart Claude Code.
  2. Sign-in opens but never completes. Finish the browser flow before closing the tab. Rerun /mcp and pick fiuto to retry.
  3. The browser didn’t open. Some terminals block automatic launches. Copy the URL from Claude Code’s output and paste it into a browser by hand.
  4. You signed in with the wrong account. Run claude mcp remove fiuto, add it again, and sign in with the right Fiuto account.
  5. Claude Code can’t reach Fiuto mid-session. The connection may have dropped (network change, sleep). Type /mcp and reconnect.

Still stuck? Write to help@fiuto.ai with what you tried and what the error looks like.

Connecting Claude Code does not add a separate allowance. Fiuto uses the plan and usage shared by your account, whichever tool you work from. Check **Settings → Plan & usage** for the current limits. If an action is unavailable, Fiuto explains what is needed and points you to the next step.