How do I connect Fiuto to Codex?
Add Fiuto to Codex as a remote MCP server, then sign in through the browser. Once connected, Codex can use Fiuto to build, launch, and read studies.
What you’ll need
Section titled “What you’ll need”- A Fiuto account. Sign up at app.fiuto.ai if you don’t have one.
- Codex CLI installed.
- A terminal open.
Connect Fiuto
Section titled “Connect Fiuto”-
Add the server. In your terminal, run:
Terminal window codex mcp add fiuto --url https://mcp.fiuto.ai/mcp-serverIf you need to configure it by hand, add this fallback to
~/.codex/config.toml:[mcp_servers.fiuto]url = "https://mcp.fiuto.ai/mcp-server" -
Sign in. In your terminal, run:
Terminal window codex mcp login fiutoCodex opens a browser window for you to sign in to your Fiuto account. Approve the connection.
Check it worked
Section titled “Check it worked”Start codex in any project and type /mcp. The fiuto server should show as connected with a list of available tools.
For a live check, ask Codex:
“List my Fiuto studies.”
If the connection is good, it returns your studies, or an empty list if you haven’t made any yet.
What you can ask Codex to do
Section titled “What you can ask Codex to do”Once connected, Codex does the same kinds of things you’d do in the web editor. A few to get a feel:
- “Using Fiuto, build me a quick five-second test on this homepage screenshot.”
- “Create a five-question rating study about the new sign-up flow, then launch it.”
- “Show me my draft studies.”
- “Add a screening question so only designers can take this study.”
- “Launch the onboarding study and share the link.”
- “Pull the results from my latest study and summarise what people said.”
You don’t need to know what the underlying tools are called. Codex translates your request into the right Fiuto actions on its own.
Troubleshooting
Section titled “Troubleshooting”/mcpdoesn’t listfiuto. Check~/.codex/config.tomlfor a typo in the[mcp_servers.fiuto]block or the URL, then restartcodex.codex mcp logindidn’t open a browser. Copy the URL it prints and open it by hand to finish signing in.- You signed in with the wrong account. Run
codex mcp logout fiuto, thencodex mcp login fiutoand sign in with the right Fiuto account. - The login command isn’t recognised. Update Codex CLI to a version that supports MCP login, then retry.
Still stuck? Write to help@fiuto.ai with what you tried and what the error looks like.