telldone for Cursor
io.github.exp78/telldone
Voice-first planning — notes, tasks, events and AI reports. 21 tools. iOS + Apple Watch.
client:Cursor
transport:stdio
runtime:npm
Install telldone in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"telldone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telldone-mcp"
],
"env": {
"TELLDONE_TOKEN": "<TELLDONE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs