mcp-chatbot-core

adventureandre/mcp-chatbot-core
★ 0 stars JavaScript 💬 Communication Updated 3d ago
MCP Server - Core chatbot tools (context manager, WhatsApp, Redis)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-chatbot-core": {
      "command": "npx",
      "args": [
        "-y",
        "adventureandre/mcp-chatbot-core"
      ]
    }
  }
}