MCP-Typebot
JSON →Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats.
Tools · 9
- createBot Create a new Typebot in your workspace. Required: name. Optional: workspaceId, description.
- listBots List all Typebots in your workspace. Optional: workspaceId.
- getBot Fetch a Typebot by its ID. Required: botId.
- updateBot Patch an existing Typebot (e.g. rename). Required: botId, typebot (object with fields to change). Optional: overwrite.
- deleteBot Delete a Typebot by its ID. Required: botId.
- publishBot Toggle a Typebot’s published state. Required: botId.
- unpublishBot Toggle a Typebot’s published state. Required: botId.
- listResults Retrieve conversation results for a Typebot. Required: botId. Optional: limit, cursor, timeFilter, timeZone.
- startChat Begin a new chat session with a Typebot. Required: botId. Optional: chat.context.
Environment variables
TYPEBOT_TOKENTYPEBOT_WORKSPACE_IDYOUR_WORKSPACE_ID
Links
★ 4 GitHub stars