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.
36 lines (35 loc) • 744 B
JSON
{
"name": "mcp-typebot",
"version": "1.0.2",
"description": "",
"main": "index.js",
"bin": {
"mcp-typebot": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osdeibi/MCP-typebot.git"
},
"keywords": [
"typebot",
"chatbot",
"open source"
],
"author": "Osdeibi Acurero",
"license": "MIT",
"bugs": {
"url": "https://github.com/osdeibi/MCP-typebot/issues"
},
"homepage": "https://github.com/osdeibi/MCP-typebot#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"axios": "^1.10.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.25.67"
}
}