typebot.io

GitHub

๐Ÿ’ฌ Typebot is a powerful chatbot builder that you can self-host.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "typebot.io": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-typebot.io"
      ]
    }
  }
}