UNPKG

mcp-typebot

Version:

A small MCP server that exposes Typebot’s REST API as callable tools in Claude Desktop (via STDIO). You can create, list, get, update, delete, publish/unpublish Typebots, list results, and start chats—using natural-language commands.

13 lines (12 loc) 247 B
{ "compilerOptions": { "target": "es2021", "module": "commonjs", "rootDir": "./src", "outDir": "./dist", "esModuleInterop": true, "resolveJsonModule": true, "strict": true }, "include": ["src/**/*"] }