Skip to main content
Glama
automanus-io

AutoManus MCP Server

Official
by automanus-io

@automanus/mcp-server

npm version License: MIT

Create AI sales agents instantly from Claude Desktop, Cursor, or any MCP-compatible AI tool.

AutoManus MCP Server lets you build and deploy AI sales chatbots to WhatsApp and Webchat in seconds - all from your favorite AI coding assistant.

Features

  • Instant Agent Creation - Just say "create a sales agent for [company]" and it's done

  • Auto Website Research - Analyzes the company website and populates knowledge base automatically

  • WhatsApp + Webchat - Agents deploy to both channels immediately

  • No Code Required - Works entirely through natural language with Claude/Cursor

  • Free Tier - 100 free credits to get started, no credit card required

Related MCP server: Arara MCP

Quick Start

Claude Desktop

Add to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "automanus": {
      "command": "npx",
      "args": ["-y", "@automanus/mcp-server"]
    }
  }
}

Restart Claude Desktop, then try:

"Create an AI sales agent for Stripe"

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "automanus": {
      "command": "npx",
      "args": ["-y", "@automanus/mcp-server"]
    }
  }
}

Claude Code (CLI)

Add to ~/.claude/mcp.json:

{
  "mcpServers": {
    "automanus": {
      "command": "npx",
      "args": ["-y", "@automanus/mcp-server"]
    }
  }
}

Usage Examples

Once installed, just talk to Claude naturally:

"Create a sales agent for my startup TechCo using techco.com as the knowledge source"
"Build an AI sales chatbot for Vercel"
"I need a customer service bot for my cleaning business at sparkclean.com"

Claude will:

  1. Ask for your email (to send the agent claim link)

  2. Research the website automatically

  3. Create the agent with knowledge base

  4. Deploy to WhatsApp and Webchat

  5. Send you an email with links to manage everything

Authentication

No configuration required! Claude will ask for your email when creating an agent.

Optional: Pre-configure email

If you want to skip the email prompt:

{
  "mcpServers": {
    "automanus": {
      "command": "npx",
      "args": ["-y", "@automanus/mcp-server"],
      "env": {
        "AUTOMANUS_EMAIL": "your-email@example.com"
      }
    }
  }
}

Optional: API Key (For existing users)

With an API key, agents are created directly under your account:

{
  "mcpServers": {
    "automanus": {
      "command": "npx",
      "args": ["-y", "@automanus/mcp-server"],
      "env": {
        "AUTOMANUS_API_KEY": "ak_your_api_key_here"
      }
    }
  }
}

Get your API key from automanus.io/dashboard/settings/api.

What You Get

When you create an agent, you receive:

Feature

Description

AI Sales Agent

Trained on the company's website content

WhatsApp Number

Shareable link for customers to chat

Webchat Widget

Embed code for your website

Knowledge Base

Auto-populated from website research

Dashboard Access

Manage, train, and customize your agent

Use Cases

  • Sales Teams - Qualify leads 24/7 on WhatsApp and website

  • Startups - Add AI customer service without hiring

  • Agencies - Build chatbots for clients in minutes

  • E-commerce - Answer product questions automatically

  • SaaS - Handle trial user questions and demos

Pricing

Plan

Credits

Features

Free

100

WhatsApp + Webchat, Basic KB

Starter

1,000/mo

Priority support, Analytics

Pro

5,000/mo

Custom branding, API access

Community

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Connects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without the risk of account bans.
    Last updated
    18
    57
    23
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Turns Claude Code, Claude Desktop, Cursor, Windsurf or ChatGPT into a WhatsApp operator that knows your customers, your templates, your wallet, and your funnel.
    Last updated
    203
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables Claude to interact with WhatsApp through a unified backend API, providing 20 tools for messaging, media, groups, contacts, and chat management.
    Last updated
    22
    66
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Human-in-the-loop approvals and notifications for AI agents via WhatsApp. Enables Cursor, Claude Code, and autonomous AI agents to reach users away from their computers.
    Last updated
    60
    ISC

View all related MCP servers

Related MCP Connectors

  • AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

  • Pay-per-call agent superpowers: media/video gen, product demos, research, GTM, scraping, compute.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/automanus-io/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server