CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Leximo Ai Call Assistant Mcp Server

leximo-ai/leximo-ai-call-assistant-mcp-server
1authSTDIOregistry active
Summary

Wraps the Leximo AI phone calling API so you can schedule and manage AI voice calls without leaving Claude. Exposes tools to create assignments with phone numbers and task descriptions, list past calls with transcripts and results, check credit balances and usage history, browse available AI agents, and manage subscriptions. You get AI-generated task proposals to refine your call instructions before sending them out. Useful when you need to automate phone-based tasks like booking reservations, scheduling appointments, or making inquiry calls, all orchestrated through conversation. Requires a Leximo API token from your profile page.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Leximo AI Call Assistant — MCP Server

npm version Node >=18 MCP License: MIT

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

ToolDescription
get_profileGet your user profile and account details
get_creditsCheck credit balance, usage history, and subscription summary
get_subscriptionView active subscription details
get_plansList available subscription plans with pricing
create_checkout_sessionGet a checkout URL to subscribe to a plan
list_agentsList available AI calling agents
get_agentGet details of a specific agent
list_assignmentsList all your assignments (paginated)
get_assignmentView a specific assignment with results and transcript
create_assignmentCreate a new phone call assignment
delete_assignmentDelete an assignment
get_assignment_proposalsGet AI suggestions to improve your task description
list_notificationsGet 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

VariableRequiredDescription
LEXIMO_API_TOKENYesJWT token from concierge.leximo.ai/profile

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


License

MIT © Leximo

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

LEXIMO_API_TOKEN*secret

Leximo API token from concierge.leximo.ai/profile

Categories
Automation & Workflows
Registryactive
Packageleximo-ai-call-assistant-mcp-server
TransportSTDIO
AuthRequired
UpdatedFeb 18, 2026
View on GitHub

Related Automation & Workflows MCP Servers

View all →
n8n Workflow Builder

makafeli/n8n-workflow-builder

AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
519
N8N

illuminaresolutions/n8n-mcp-server

MCP server implementation for n8n workflow automation
120
Make Mcp

danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
5
n8n Manager MCP

lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
1
Airflow

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Mcp Workflow

io.github.infoinlet-marketplace/mcp-workflow

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.