telitask mcp for Cursor
io.github.karanivincent/telitask-mcp
TeliTask MCP server — manage contacts, tasks, and calls from AI assistants
client:Cursor
transport:stdio
runtime:npm
Install telitask mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"telitask-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@telitask/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs