vaddisrinivas/c3-py
WhatsApp x Claude Code — AI agent framework via MCP. Multiplayer games, meal planning, reminders. Plugins are Markdown files.
Platform-specific configuration:
{
"mcpServers": {
"c3-py": {
"command": "npx",
"args": [
"-y",
"c3-py"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> WhatsApp x Claude Code -- the first WhatsApp channel for Claude Code via MCP
> Status: Active Development -- this project is under active development. APIs may change. Contributions welcome.
[](https://github.com/vaddisrinivas/c3-py/actions) [](https://www.python.org/downloads/) [](LICENSE)
<!-- -->
c3-py is (probably) the first WhatsApp channel implementation for Claude Code. While Anthropic ships official channels for Telegram and Discord, WhatsApp has 2.5B+ users and no official channel. c3-py bridges that gap using Claude Code's MCP channel protocol, Baileys for WhatsApp connectivity, and a Markdown-based plugin system that lets anyone create AI agents without writing code.
Most WhatsApp bots are stateless request-response wrappers around an API. c3-py is different:
notifications/claude/channel for real-time bidirectional communication, not polling or webhooks.--agents. Each plugin is a self-contained agent.---
claude login)# Install
pip install c3-py # or: uv tool install c3-py
# Interactive setup -- checks Loading reviews...