How do I connect Fiuto to Cursor?
Add Fiuto to Cursor as a remote MCP server, then sign in through the browser. Once connected, Cursor 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.
- Cursor installed.
Connect Fiuto
Section titled “Connect Fiuto”-
Open
mcp.json. Use Cursor’s MCP settings to open its configuration file. -
Add the Fiuto server. Add an entry with the URL
https://mcp.fiuto.ai/mcp-server:{"mcpServers": {"fiuto": {"url": "https://mcp.fiuto.ai/mcp-server"}}} -
Sign in. Save the file, then use Cursor’s MCP panel to connect. Cursor opens a browser window for you to sign in to your Fiuto account.
Check it worked
Section titled “Check it worked”Open a chat in Cursor and ask:
“List my Fiuto studies.”
If the connection is live, the agent returns your studies, or tells you the list is empty if you haven’t created any yet.
What you can ask Cursor to do
Section titled “What you can ask Cursor to do”Once connected, Cursor does the same kinds of things you’d do in the web editor. A few to get a feel:
- “Using Fiuto, create a five-question rating study about the feature I just built.”
- “Build a preference test between these two layouts, then ask for a one-line reason after each pick.”
- “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. Cursor translates your request into the right Fiuto actions on its own.
Troubleshooting
Section titled “Troubleshooting”- Cursor doesn’t list any Fiuto tools. Cursor usually needs a new chat after a server is added. Close the current chat and start a fresh one.
- The browser sign-in didn’t open. Copy the URL from Cursor’s MCP panel and open it by hand to finish signing in.
- You signed in with the wrong account. Remove the Fiuto server in Cursor’s MCP settings, add it again, and sign in with the right account.
- The entry won’t load. Check that
mcp.jsonis valid JSON and that the server entry contains theurlshown above.
Still stuck? Write to help@fiuto.ai with what you tried and what the error looks like.