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"
}
}
}
}





