Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts

README.md

Leximo AI Call Assistant — MCP Server

![npm version](https://www.npmjs.com/package/leximo-ai-call-assistant-mcp-server) ![Node >=18](https://nodejs.org) ![MCP](https://modelcontextprotocol.io) ![License: MIT](LICENSE)

An MCP (Model Context Protocol) server that lets you schedule AI phone calls and manage Leximo assignments directly from Claude Desktop or Claude Code — no app switching needed.

---

Quick Install

Claude Code (one command)

claude mcp add leximo -e LEXIMO_API_TOKEN=your-token -- npx -y leximo-ai-call-assistant-mcp-server

Replace your-token with your API token from concierge.leximo.ai/profile.

Claude Code (plugin marketplace)

/plugin marketplace add leximo-ai/leximo-ai-call-assistant-mcp-server

Then install the plugin:

/plugin install leximo-ai-call-assistant

---

Manual Setup

1. Get your API token

  1. Go to concierge.leximo.ai and sign in
  2. Open your profile page
  3. Copy your JWT access token

2. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "leximo": {
      "command": "npx",
      "args": ["-y", "leximo-ai-call-assistant-mcp-server"],
      "env": {
        "LEXIMO_API_TOKEN": "your-token"
      }
    }
  }
}

3. Configure Claude Code (manual)

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "leximo": {
      "command": "npx",
      "args": ["-y", "leximo-ai-call-assistant-mcp-server"],
      "env": {
        "LEXIMO_API_TOKEN": "your-token"
      }
    }
  }
}

---

Features

  • Assignments — Create, list, view, and delete AI phone call assignments
  • AI Agents — Browse available calling agents and pick the right one
  • Task Proposals — Get AI-generated improvements for your call instructions
  • Credits — Check your credit balance and usage history
  • Subscriptions — View your plan, browse available plans, and subscribe
  • Notifications — View call completion events and system notifications

---

Available Tools

| Tool | Description | |------|-------------| | get_profile | Get your user profile and account details | | get_credits | Check credit balance, usage history, and subscription summary | | get_subscription | View active subscription details | | get_plans | List available subscription plans with pricing | | create_checkout_session | Get a checkout URL to subscribe to a plan | | list_agents | List available AI calling agents | | get_agent | Get details of a specific agent | | list_assignments | List all your assignments (paginated) | | get_assignment | View a specific assignment with results and transcript | | create_assignment | Create a new phone call assignment | | delete_assignment | Delete an assignment | | get_assignment_proposals | Get AI suggestions to improve your task description | | list_notifications | Get call completion events and notifications |

---

Example Prompts

Once configured, ask Claude things like:

  • _"Show me my Leximo assignments"_
  • _"Create a call to +1234567890 to book a restaurant for 2 at 7pm Friday"_
  • _"How many credits do I have left?"_
  • _"What subscription plans are available?"_
  • _"Show me the transcript from my last call"_
  • _"What agents are available and which one is best for restaurant bookings?"_

---

Development

npm install
npm run build      # Compile TypeScript
npm start          # Run compiled server
npm run dev        # Run with tsx (hot reload)

Test with MCP Inspector

LEXIMO_API_TOKEN=your-token npx @modelcontextprotocol/inspector node dist/index.js

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | LEXIMO_API_TOKEN | Yes | JWT token from concierge.leximo.ai/profile |

Copy .env.example to .env for local development.

---

License

MIT © Leximo

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.