MCP.so
Sign In

🤖 WhatsApp Agent

@SadineniAbhi

About 🤖 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.

Basic information

Category

AI & Agents

Runtime

python

Transports

stdio

Publisher

SadineniAbhi

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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 `

Comments

More AI & Agents MCP servers