Leximo-AI/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.
Platform-specific configuration:
{
"mcpServers": {
"leximo-ai-call-assistant-mcp-server": {
"command": "npx",
"args": [
"-y",
"leximo-ai-call-assistant-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/leximo-ai-call-assistant-mcp-server) [](https://nodejs.org) [](https://modelcontextprotocol.io) [](LICENSE)
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-serverReplace your-token with your API token from concierge.leximo.ai/profile.
/plugin marketplace add leximo-ai/leximo-ai-call-assistant-mcp-serverThen 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": {
Loading reviews...