loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

c3

MCP Tool

vaddisrinivas/c3

WhatsApp x Claude Code — AI agent framework via MCP. Multiplayer games, meal planning, reminders. Plugins are Markdown files.

Install

$ npx loaditout add vaddisrinivas/c3

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "c3": {
      "command": "npx",
      "args": [
        "-y",
        "c3"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

c3-py

WhatsApp AI agent framework. Define apps in Markdown + JSON. Claude runs them on WhatsApp.

[](https://github.com/vaddisrinivas/c3-py/actions) [](https://www.python.org/downloads/) [](LICENSE)

git clone https://github.com/vaddisrinivas/c3-py && cd c3-py
docker compose up -d && docker attach c3
# Login to Claude (once), scan WhatsApp QR (once). Done.

---

Prerequisites
  • Docker (Docker Desktop or Docker Engine with Compose)
  • Claude Pro account — sign up at claude.ai
  • A WhatsApp number — a dedicated number is recommended so bot messages don't mix with your personal chats

---

What is this

A framework with three layers:

| Layer | What it does | You touch it? | |---|---|---| | Core | RBAC, session management, MCP (Model Context Protocol) server, bridge lifecycle | No | | Apps | Markdown + JSON, not code — define what your app does and who can use it | Yes — this is where you build | | WhatsApp | Baileys (WhatsApp Web library) bridge, message types, polls, media, reactions | No |

You write apps. The core runs them. WhatsApp is the transport.

---

Apps

An app is a directory:

my-app/
├── app.json      ← who can use it, what tools it gets
├── CLAUDE.md     ← what it does (prompt)
└── skills/*.md   ← optional on-demand skills
app.json
{
  "name": "my-app",
  "description": "What this app does",
  "trust_level": "community",
  "sandboxed": true,
  "access": {
    "commands": { "/start": ["hosts"] },
    "dm": ["hosts"],
    "group": []
  },
  "allowed_tools": ["reply", "send_poll", "memory_read", "memory_write"],
  "allowed_resources": ["c3://memory/my-app/*"]
}
CLAUDE.md
# My App

You do X via WhatsApp.

## RULES — ABSOLUTE

-

Tags

ai-agentsanthropicbaileyschatbotclaudeclaude-codellmmafia-gamemarkdown-pluginsmcpmodel-context-protocolmultiplayer-gamesplugin-systemsubagentstriviawerewolf-gamewhatsappwhatsapp-apiwhatsapp-bot

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/vaddisrinivas/c3)](https://loaditout.ai/skills/vaddisrinivas/c3)