Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Formbricks

Formbricks

Formbricks is an open-source platform for building and managing surveys, enabling organizations to collect and analyze user feedback effectively.

90VIEWS
1USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app formbricksnpx @composio/cli add cursor --app formbricksnpx @composio/cli add cursor --app formbricksnpx @composio/cli add cursor --app formbricks

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Action Class

Tool to create a new action class. Use when defining custom action logic in your environment.

Create Attribute Class

Tool to create an attribute class in Formbricks. Use when you need to define new attribute classes for segmentation or attributes management.

Create Contact

Tool to create a new contact. Use when you need to register a contact in a Formbricks environment.

Create Display

Tool to mark a survey as displayed or link it to a response. Use after obtaining the survey and environment IDs to register a display instance.

Create Survey Response

Tool to create a response for a survey. Use after collecting all survey answers.

Create Survey

Tool to create a new survey. Use after defining survey details and questions.

Create Webhook

Tool to create a new webhook. Use when you need to register an external endpoint to receive form response events.

Delete Attribute Class

Tool to delete an attribute class. Use when you need to remove an attribute class by its ID after confirming it's no longer needed.

Delete Person

Tool to delete a person. Use when you need to remove a person's record from Formbricks after confirming the ID.

Delete Survey Response

Tool to delete a survey response by its ID. Use when you need to remove an existing response after confirming its ID.

Delete Survey

Tool to delete a survey by its ID. Use when you need to remove a survey after confirming its ID.

Delete Team

Tool to delete a team. Use when you need to remove a team by its ID after confirming it's no longer needed.

Delete Webhook

Tool to delete a webhook by ID. Use when you need to remove an existing webhook from Formbricks. Use after confirming the webhook ID.

Get Account Info

Tool to retrieve account information. Use when you need details about the authenticated Formbricks account.

Get All Contacts

Tool to retrieve all contacts within the organization. Use when you need a complete list of contacts.

Get Me

Tool to retrieve current authenticated organization's and environment details. Use when you need to fetch organization and environment information for the current API key.

Get Responses

Tool to retrieve a list of survey responses. Use when you need to page, sort, or filter responses.

Get Roles

Tool to retrieve all available roles in the system. Use when you need system roles for access control.

Get Users

Tool to retrieve a list of users within the environment using the Management API.

Get Webhook

Tool to retrieve details of a specific webhook. Use when you need to inspect a webhook's configuration by ID.

20 actions available