MCP Servers / communication / MCP-Typebot

MCP-Typebot

JSON →
stdionone4communication

Integrates Typebot's REST API as callable tools, allowing interaction with Typebot forms and chats.

Install
How to run this server

No install command recorded.

server path: mcp-typebot
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envTYPEBOT_TOKEN
envTYPEBOT_WORKSPACE_ID
envYOUR_WORKSPACE_ID
Resources
MCP-Typebot — MCP Server · libregistry