The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Leximo AI Call Assistant MCP Server listing page.
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.
Replace your-token with your API token from concierge.leximo.ai/profile.
Then install the plugin:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add to your Claude Code MCP settings:
| 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 |
Once configured, ask Claude things like:
| Variable | Required | Description |
|---|---|---|
LEXIMO_API_TOKEN | Yes | JWT token from concierge.leximo.ai/profile |
Copy .env.example to .env for local development.