Server data from the Official MCP Registry
Schedule AI phone calls, manage assignments, and check credits from Claude.
Schedule AI phone calls, manage assignments, and check credits from Claude.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LEXIMO_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-leximo-ai-leximo-ai-call-assistant-mcp-server": {
"env": {
"LEXIMO_API_TOKEN": "your-leximo-api-token-here"
},
"args": [
"-y",
"leximo-ai-call-assistant-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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.
/plugin marketplace add leximo-ai/leximo-ai-call-assistant-mcp-server
Then install the plugin:
/plugin install leximo-ai-call-assistant
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"
}
}
}
}
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"
}
}
}
}
| 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:
npm install
npm run build # Compile TypeScript
npm start # Run compiled server
npm run dev # Run with tsx (hot reload)
LEXIMO_API_TOKEN=your-token npx @modelcontextprotocol/inspector node dist/index.js
| Variable | Required | Description |
|---|---|---|
LEXIMO_API_TOKEN | Yes | JWT token from concierge.leximo.ai/profile |
Copy .env.example to .env for local development.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.