leximo ai call assistant mcp server for Cursor
io.github.leximo-ai/leximo-ai-call-assistant-mcp-server
Schedule AI phone calls, manage assignments, and check credits from Claude.
client:Cursor
transport:stdio
runtime:npm
Install leximo ai call assistant mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leximo-ai-call-assistant-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"leximo-ai-call-assistant-mcp-server"
],
"env": {
"LEXIMO_API_TOKEN": "<LEXIMO_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs