How to Use the Formbricks MCP in Windsurf
Windsurf chains Formbricks survey tools autonomously to capture user feedback right inside your IDE.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Formbricks MCP to Windsurf
Create your Vinkius account to connect Formbricks to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Formbricks MCP Server Survey Control
Calling `create_survey` lets Windsurf spin up new feedback modules directly from your prompt. Cascade reads your project context, figures out what kind of user insights you need, and builds the survey structure without asking for permission at every step. You tell it to gather NPS data, and it handles the configuration instantly. If a survey runs its course, Cascade can hit `delete_survey` to clean up your environment. You can also pull down existing configurations using `get_survey` or grab the whole catalog with `list_surveys`. This means your agent keeps your feedback loops organized while you focus on writing code.
Map Users to Product Actions
Running `list_people` gives your MCP agent a complete view of who interacts with your application. Your agent cross-references this data using `get_person` to build a profile of specific users experiencing friction. Instead of guessing why someone abandoned a workflow, Cascade pulls their identity details directly into your workspace. Tying those users to behaviors requires `list_action_classes`. Windsurf checks which product triggers are active and maps them to your survey deployment strategy. It connects the dots between what a user did and when they should see a feedback prompt.
Autonomous Feedback Extraction
Triggering `list_responses` allows Windsurf to pull bulk feedback data and filter it by specific survey IDs. Cascade reads these responses, analyzes the text, and summarizes the sentiment right in your editor. If you need granular details on a single submission, it fires `get_response` to isolate that exact piece of feedback. To keep external systems updated, your MCP integration uses `list_webhooks` to verify where Formbricks sends its data. Windsurf checks your active webhooks to ensure survey completions actually reach your Slack channels or databases. You get a fully connected feedback pipeline without leaving the IDE.
Set up Formbricks MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Formbricks MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Formbricks payment history." If connected, Cascade will call the Formbricks tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"formbricks-alternative-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 Windsurf
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.