{ "name": "@mhrj/whatsapp-mcp", "mcpName": "io.github.meharajM/whatsapp-mcp", "version": "2.0.3", "description": "WhatsApp MCP Server: Human-in-the-loop for AI agents via WhatsApp for confirmations, notifications, and interactive questions.", "main": "build/index.js", "bin": { "whatsapp-mcp": "build/index.js" }, "scripts": { "start": "node build/index.js", "build": "tsc", "dev": "tsx src/index.ts", "test": "node --import tsx/esm --test tests/*.test.ts", "prepublishOnly": "npm run build && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/meharajM/whatsapp-mcp.git" }, "keywords": [ "mcp", "mcp-server", "model context protocol", "whatsapp mcp", "whatsapp", "ai", "agent", "human-in-the-loop", "human in the loop", "runtime approvals", "agent approvals", "agent interrupt", "cursor", "claude", "llm", "notification", "baileys" ], "author": { "name": "meharajM", "url": "https://github.com/meharajM" }, "displayName": "WhatsApp MCP Server", "license": "ISC", "type": "module", "files": [ "build" ], "bugs": { "url": "https://github.com/meharajM/whatsapp-mcp/issues" }, "homepage": "https://github.com/meharajM/whatsapp-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "@whiskeysockets/baileys": "^6.6.0", "cors": "^2.8.6", "dotenv": "^17.3.1", "express": "^5.2.1", "open": "^11.0.0", "pino": "^10.3.1", "qrcode": "^1.5.4", "qrcode-terminal": "^0.12.0" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.3.5", "@types/qrcode": "^1.5.6", "@types/qrcode-terminal": "^0.12.2", "tsx": "^4.21.0", "typescript": "^5.9.3" } }