MCP.so
登录

🤖 WhatsApp Agent

@SadineniAbhi

关于 🤖 WhatsApp Agent

This project creates a LangGraph assistant using tool-calling supported by LLM, integrated with a local WhatsApp Mcp server for context-aware message automation.

基本信息

分类

AI 与智能体

运行时

python

传输方式

stdio

发布者

SadineniAbhi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "whatsapp-agent": {
      "command": "uv",
      "args": [
        "run",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is 🤖 WhatsApp Agent?

🤖 WhatsApp Agent is a LangGraph assistant that uses a tool-calling LLM integrated with a local WhatsApp MCP server to enable context-aware message automation. It is designed for developers who want to build intelligent, automated WhatsApp interactions with large language model reasoning.

How to use 🤖 WhatsApp Agent?

Clone the repository, install the uv runtime if not already installed, and run the agent with `

评论

AI 与智能体 分类下的更多 MCP 服务器