mcp-server

automanus-io/mcp-server
★ 6 stars JavaScript 🤖 AI/LLM Updated 26d ago
MCP server for creating AI sales agents with WhatsApp, Web Chat & Emails via Claude Desktop, Cursor, and other AI tools
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "automanus-io/mcp-server"
      ]
    }
  }
}