MCP.so
登录

WhatsApp MCP Server

@verissimomanoel

关于 WhatsApp MCP Server

Whatsapp mcp server

基本信息

分类

沟通协作

运行时

html

传输方式

stdio

发布者

verissimomanoel

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is WhatsApp MCP Server?

A FastMCP server that provides WhatsApp messaging capabilities using the Z-API.io service. It allows you to send WhatsApp messages programmatically through a simple interface, intended for developers needing asynchronous messaging and contact management.

How to use WhatsApp MCP Server?

Clone the repository, install dependencies using UV, set the required environment variables (INSTANCE, TOKEN, CLIENT_TOKEN) either in your environment or a .env file, create a data/contacts.json file with contact names and phone numbers, then run the server with python waha_mcp_server.py.

Key features of WhatsApp MCP Server

  • Send WhatsApp messages via Z-API.io
  • Contact management through a JSON file
  • Asynchronous message handling
  • Error logging and handling
  • Configuration via environment variables

Use cases of WhatsApp MCP Server

  • Automate sending WhatsApp notifications to customers
  • Integrate WhatsApp messaging into existing Python applications
  • Manage and send messages to a known contact list
  • Build a simple chatbot backend with Z‑API.io

FAQ from WhatsApp MCP Server

What are the prerequisites for this server?

Python 3.x, access to the Z‑API.io service, and valid Z‑API.io credentials (Instance ID, Token, and Client Token).

Where are contacts stored?

Contacts are stored in a local JSON file at data/contacts.json with a simple name-to-phone-number mapping.

How do I authenticate with Z‑API.io?

Set the environment variables INSTANCE, TOKEN, and CLIENT_TOKEN with your Z‑API.io credentials.

What runtime dependencies does it require?

The server requires Python 3.x and the UV package manager for installation; no other runtime environment is mentioned.

Does the server support receiving messages or only sending?

The README only describes sending messages; no receiving or webhook capabilities are mentioned.

评论

沟通协作 分类下的更多 MCP 服务器