Odel
leximo ai call assistant mcp server

leximo ai call assistant mcp server

Local
@leximo-ai2JavaScriptMITUpdated 6mo ago

Schedule AI phone calls, manage assignments, and check credits from Claude.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmleximo-ai-call-assistant-mcp-serverv1.0.1

Run

npx -y leximo-ai-call-assistant-mcp-server

MCP client config

{
  "mcpServers": {
    "leximo-ai-call-assistant-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "leximo-ai-call-assistant-mcp-server"
      ]
    }
  }
}