How to Use the Formbricks MCP in Cursor
Generate code that handles live user feedback by giving Cursor direct access to this Formbricks MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Formbricks MCP to Cursor
Create your Vinkius account to connect Formbricks to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write code using live Formbricks schema in Cursor
The `get_product_info` tool pulls your exact product configuration directly into Cursor's editor. When writing custom feedback widgets, your AI agent runs `get_environment_info` to get the correct API endpoints and environment IDs, preventing hardcoded configuration errors. You don't have to guess the JSON payload structure or keep a browser tab open to the API docs. Cursor reads the live environment details and generates typed TypeScript interfaces that match your actual setup.
Debug survey logic directly inside your code editor
The `get_survey` tool fetches the live configuration of any active questionnaire directly into your workspace. If a branching logic rule breaks in production, you ask Cursor to pull the schema, analyze the steps, and point out the exact step that causes the loop. This makes QA faster. You can run `update_survey` right from the terminal panel to patch the broken logic, verifying the changes against your local dev server immediately.
Build dynamic feedback pipelines with this MCP Server
The `create_survey` tool lets you generate survey shells directly from your editor during feature development. If you are building a new checkout flow, tell Cursor to spin up a post-purchase survey, write the code to trigger it, and verify the setup with `list_surveys`. This tight loop keeps your code and your feedback collection in sync. You write the frontend code while Cursor handles the backend survey creation, saving you from clicking around a web dashboard.
Set up Formbricks MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Formbricks MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Formbricks transactions." If the MCP tools are loaded correctly, Cursor will call the Formbricks tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"formbricks-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Formbricks. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Formbricks MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Formbricks MCP today
We host it, we monitor it, we maintain it. You just paste one token.