Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

telldone in other clients