A WhatsApp marketing and messaging tool MCP (Model Control Protocol) service using Titanmind. Handles free-form messages (24hr window) and template workflows automatically
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"titanmind-whatsapp-mcp": {
"args": [
"mcp-remote",
"https://mcp.titanmind.so/whatsapp/mcp/"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A WhatsApp marketing and messaging tool MCP (Model Control Protocol) service using Titanmind. Handles free-form messages (24hr window) and template workflows automatically
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
Malicious code in is (npm)
--- _-= Per source details. Do not edit below this line.=-_ ## Source: google-open-source-security (a1baf574e6278b3c20c30fdd7875414ed04c1a695eb226fd43328004c6916873) "is" had unauthorized new versions published that contained malicious obfuscated code via account compromise.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Titanmind Whatsapp Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A WhatsApp marketing and messaging tool MCP (Model Control Protocol) service using Titanmind. Handles free-form messages (24hr window) and template workflows automatically
This service provides all the WhatsApp marketing and messaging functionalities using Titanmind. Includes features like template creation and registration with all components header, body, CTAs.., template broadcast to phone numbers in bulk. Read and send messages in an active conversation.
This MCP utilizes Titanmind. Titanmind Account is a requirement to use this MCP.
Titanmind enhances WhatsApp communication by providing powerful features such as conversation management, scheduling, agentic conversations, content generation etc.
Get Recent Conversations
Get Conversation Messages
conversation_id (alphanumeric conversation identifier)Send WhatsApp Message
conversation_id and message contentCreate Message Template
Get Templates
Send Bulk Messages
template_id and list of contactsIn any MCP Client like Claude or Cursor, Titanmind whatsapp MCP config can be added following ways:
1. Install pipx to install the python package globally
# terminal
# Install pipx first
brew install pipx # on macOS
# or
sudo apt install pipx # on Ubuntu/Debian
# Then install Titanmind WhatsApp MCP Python package
pipx install titanmind-whatsapp-mcp
# Make sure '/[HOME_DIR_OR_USER_PRFILE]/.local/bin' is on your PATH environment variable. Use pipx ensurepath to set it.
pipx ensurepath
2. Set the MCP Config python package script in the MCP Client's MCP Configs Json file.
{
"mcpServers": {
"TitanMindMCP": {
"command": "/[HOME_DIR_OR_USER_PRFILE]/.local/bin/titan-mind-mcp",
"args": [
],
"env": {
"api-key": "XXXXXXXXXXXXXXXXXXXXXXXX",
"bus-code": "XXXXXX"
}
}
}
}
1. Make sure npx is installed in the system
2. Then just add the MCP config
{
"mcpServers": {
"TitanMindMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.titanmind.so/whatsapp/mcp/",
"--header",
"api-key:XXXXXXXXXXXXXXXXXXXXXXX",
"--header",
"bus-code:XXXXXX"
]
}
}
}
1. First Setup project using instructions mentioned in the Setup Project section.
2. Then add the MCP config
{
"mcpServers": {
"TitanMindMCP": {
"type": "stdio",
... [View full README on GitHub](https://github.com/TitanmindAGI/titanmind-whatsapp-mcp#readme)