Formbricks Connector for AI agents.
10 live capabilities
Manage user feedback and survey data directly from your agent.
Waiting for input…
Why people use Formbricks
Formbricks Survey Feedback Management
With the Formbricks MCP, you can just ask your agent to pull the latest responses or check on a specific survey status. It turns your feedback data into a queryable resource, letting you get the insights you need in seconds without ever leaving your workspace.
What Vinkius changes
You get a conversational way to manage your entire user feedback loop.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Analyzing NPS scores
A product manager asks their agent to pull the latest NPS survey results.
- Real-world use case 02
Launching a beta survey
A UX researcher tells their agent to build a new survey for a beta test.
- Real-world use case 03
Identifying power users
A success lead asks to see who completed the onboarding survey.
Complete set · 10capabilities
The complete Formbricks capability set.
These are the exact actions your AI can choose when you ask it to work with Formbricks.
01—04
4 capabilities in this set.
Part of 10 available through Formbricks.
- 01 Capability
Get response
Get the specific details for a single user submission. This is useful for digging into why a user gave a specific rating.
- 02 Capability
Get survey
Pull the full configuration and details of a specific survey. Use this to see how a survey is currently structured.
- 03 Capability
List action classes
See the different action classes available in your setup. This helps you understand how your data flows to other apps.
- 04 Capability
List people
Browse the list of identified contacts and users. You can use this to see who is interacting with your product.
05—07
3 capabilities in this set.
Part of 10 available through Formbricks.
- 05 Capability
List responses
Get a list of all submissions, with optional filters for specific surveys. This is the fastest way to pull a batch of feedback.
- 06 Capability
List surveys
See every survey currently active in your Formbricks account. Use this to get an overview of your active feedback loops.
- 07 Capability
List webhooks
Check which webhooks are currently configured for your data. This helps you verify that your integrations are actually working.
08—10
3 capabilities in this set.
Part of 10 available through Formbricks.
- 08 Capability
Create survey
Build a new survey structure through your AI client. You can launch new feedback loops without leaving your workspace.
- 09 Capability
Delete survey
Remove an old or unnecessary survey from your list. This keeps your dashboard clean and focused on current goals.
- 10 Capability
Get person
Pull the specific metadata and attributes for a single identified person. Use this to see custom user data for deeper analysis.
Set up in minutes
One URL. Then ask Formbricks to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Formbricks from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Formbricks, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Formbricks for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Formbricks URL.
- Step 03
Save and start
Save the connection and enable Formbricks in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"formbricks-alternative": {
"url": "https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Formbricks
Open Agent mode in chat and ask: "Using Formbricks, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"formbricks-alternative": {
"url": "https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Formbricks
Ask Copilot: "Using Formbricks, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"formbricks-alternative": {
"url": "https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Formbricks
Open Cascade and ask: "Using Formbricks, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"formbricks-alternative": {
"url": "https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Formbricks
Ask Cline: "Using Formbricks, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add formbricks-alternative --transport http "https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Formbricks
Ask Claude: "Using Formbricks, show me...". 10 tools are ready
Where the request belongs
Work Formbricks can move forward.
Product managers and UX researchers who are tired of manually hunting through survey dashboards to find specific user pain points.
Product Manager
Checking NPS trends and survey results during sprint planning to prioritize the roadmap.
UX Researcher
Pulling qualitative data from specific surveys to build usability reports for the design team.
Customer Success Lead
Identifying high-value users and their feedback sentiment to improve retention.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFormbricks
Capture user feedback with open-source surveys that trigger at the right moment inside your product for actionable insights.
Porsline
Automate surveys and feedback via Porsline. manage surveys, responses, and reports directly from any AI agent.
SurveySparrow
Collect feedback with conversational surveys that feel like chat and boost completion rates across employee and customer programs.
Alchemer
Survey and feedback orchestration. manage surveys, responses, and reports via AI.
Surveypal
Design employee experience surveys and customer feedback programs with analytics that turn responses into actionable improvements.
Medallia
Customer experience management via Medallia. track surveys, responses, and experience programs.
Bring your own AI
Change the model, client or framework. Keep Formbricks connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Formbricks.
The practical details behind the request, access and result.
Can I use the Formbricks MCP to see what users are saying about my app?
Yes, you can ask your agent to pull the latest responses from any survey. It will summarize the feedback and give you the key takeaways without you having to browse the dashboard.
How does the Formbricks MCP help with UX research?
It allows you to quickly query specific user metadata and attributes. You can identify who your most active participants are and see how they interact with your product.
Can I create new surveys using the Formbricks MCP?
Yes, you can build out new survey structures through your AI client. This lets you launch new feedback loops instantly through a natural conversation.
How do I see who is responding to my Formbricks surveys?
Your agent can list all identified people and pull their specific metadata. This helps you see who is interacting with your product and what their custom attributes are.
Can the Formbricks MCP help me check if my webhooks are working?
Yes, it can inspect your configured webhooks. This helps you verify that your data is flowing correctly to your other apps and integrations.
Will the Formbricks MCP show me user metadata?
It will pull the specific metadata and custom attributes for any identified person. This makes it easy to see user plans, history, and other key details.
Can I list all my active surveys using my AI agent?
Yes! Use the list_surveys capability to retrieve a full list of surveys in your Formbricks environment.
How do I check responses for a specific survey?
Simply provide the Survey ID to the list_responses capability. Your agent will fetch all submissions associated with that survey.
Can I delete a survey using this agent?
Yes, use the delete_survey action and provide the unique Survey ID.
One connection away
Give your agent a direct line to Formbricks.
Connect Formbricks once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available