leximo-ai-call-assistant-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@leximo-ai-call-assistant-mcp-serverSchedule a call to +1234567890 to confirm appointment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Leximo AI Call Assistant — MCP Server
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-serverReplace 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-serverThen install the plugin:
/plugin install leximo-ai-call-assistantManual Setup
1. Get your API token
Go to concierge.leximo.ai and sign in
Open your profile page
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 your user profile and account details |
| Check credit balance, usage history, and subscription summary |
| View active subscription details |
| List available subscription plans with pricing |
| Get a checkout URL to subscribe to a plan |
| List available AI calling agents |
| Get details of a specific agent |
| List all your assignments (paginated) |
| View a specific assignment with results and transcript |
| Create a new phone call assignment |
| Delete an assignment |
| Get AI suggestions to improve your task description |
| 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.jsEnvironment Variables
Variable | Required | Description |
| Yes | JWT token from concierge.leximo.ai/profile |
Copy .env.example to .env for local development.
License
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Leximo-AI/leximo-ai-call-assistant-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server