# baptisteArno/typebot.io | Model Context Protocol (MCP) Server > 💬 Typebot is a powerful chatbot builder that you can self-host. - **Stars**: ⭐ 9,919 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "typebot.io": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-typebot.io" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "typebot.io": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-typebot.io" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-typebot.io` - **Docker**: `docker run -i --rm mcp/typebot.io`