brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.mario-andreschak/mcp-whatsapp-web · v1.1.0
MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts
WhatsApp Web MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-whatsapp-web": {
"command": "npx",
"args": [
"-y",
"mcp-whatsapp-web"
]
}
}
}LOG_LEVEL可选Log level for the log file (logs/mcp-whatsapp.log)
LOG_STDERR_LEVEL可选Log level for stderr (visible in most MCP client logs)
WHATSAPP_HEADLESS可选Set to false to show the browser window instead of running headless (debugging aid)
BROWSER_EXECUTABLE_PATH可选Browser executable. Chrome and Edge are auto-detected in their standard install locations; set this only to use a specific browser. A real Chrome/Edge is required for sending videos and GIFs.
WHATSAPP_SESSION_DIR可选Where the WhatsApp session (browser profile) is stored (default: <working directory>/whatsapp-sessions)
WHATSAPP_PAIRING_PHONE_NUMBER可选Phone number pairing: when set (international, symbol-free format, e.g. 4915112345678), an 8-character pairing code is logged to stderr on startup instead of relying on the QR code
FFMPEG_PATH可选Path to an ffmpeg binary (only needed to override the ffmpeg installed automatically via the ffmpeg-static npm package)
WA_WEB_VERSION可选Pin the WhatsApp Web version. Only set this if a WhatsApp-side update breaks the client.
HEALTH_CHECK_INTERVAL_MS可选Connection health check interval in milliseconds (<=0 disables)
TOOL_READY_TIMEOUT_MS可选How long tool calls wait for the WhatsApp client to become ready before erroring
MCP_HTTP_PORT可选When set, additionally exposes the MCP endpoint at http://127.0.0.1:<port>/mcp (Streamable HTTP) from the same process
MCP_HTTP_HOST可选Bind address for the HTTP endpoint (do not expose publicly; the endpoint controls your personal WhatsApp account)
MCP_OAUTH可选Enable OAuth for the HTTP endpoint: /mcp requires a bearer token and clients authenticate via a browser page showing the WhatsApp QR code / pairing form
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.mario-andreschak/mcp-whatsapp-web",
"type": "mcp-server",
"version": "1.1.0",
"displayName": "WhatsApp Web MCP Server",
"description": "MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts",
"repository": {
"url": "https://github.com/mario-andreschak/mcp-whatsapp-web",
"source": "github"
},
"homepage": "https://github.com/mario-andreschak/mcp-whatsapp-web",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-whatsapp-web",
"version": "1.1.0",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOG_LEVEL",
"description": "Log level for the log file (logs/mcp-whatsapp.log)"
},
{
"name": "LOG_STDERR_LEVEL",
"description": "Log level for stderr (visible in most MCP client logs)"
},
{
"name": "WHATSAPP_HEADLESS",
"description": "Set to false to show the browser window instead of running headless (debugging aid)"
},
{
"name": "BROWSER_EXECUTABLE_PATH",
"description": "Browser executable. Chrome and Edge are auto-detected in their standard install locations; set this only to use a specific browser. A real Chrome/Edge is required for sending videos and GIFs."
},
{
"name": "WHATSAPP_SESSION_DIR",
"description": "Where the WhatsApp session (browser profile) is stored (default: <working directory>/whatsapp-sessions)"
},
{
"name": "WHATSAPP_PAIRING_PHONE_NUMBER",
"description": "Phone number pairing: when set (international, symbol-free format, e.g. 4915112345678), an 8-character pairing code is logged to stderr on startup instead of relying on the QR code"
},
{
"name": "FFMPEG_PATH",
"description": "Path to an ffmpeg binary (only needed to override the ffmpeg installed automatically via the ffmpeg-static npm package)"
},
{
"name": "WA_WEB_VERSION",
"description": "Pin the WhatsApp Web version. Only set this if a WhatsApp-side update breaks the client."
},
{
"name": "HEALTH_CHECK_INTERVAL_MS",
"description": "Connection health check interval in milliseconds (<=0 disables)"
},
{
"name": "TOOL_READY_TIMEOUT_MS",
"description": "How long tool calls wait for the WhatsApp client to become ready before erroring"
},
{
"name": "MCP_HTTP_PORT",
"description": "When set, additionally exposes the MCP endpoint at http://127.0.0.1:<port>/mcp (Streamable HTTP) from the same process"
},
{
"name": "MCP_HTTP_HOST",
"description": "Bind address for the HTTP endpoint (do not expose publicly; the endpoint controls your personal WhatsApp account)"
},
{
"name": "MCP_OAUTH",
"description": "Enable OAuth for the HTTP endpoint: /mcp requires a bearer token and clients authenticate via a browser page showing the WhatsApp QR code / pairing form"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mario-andreschak/mcp-whatsapp-web",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mario-andreschak%2Fmcp-whatsapp-web/versions/latest",
"isOfficial": true,
"status": "active"
}
}