Skip to content
Cursor

kenotex mcp for Cursor

com.kenxcomp/kenotex-mcp

Let your coding agent manage real todos, events, and check-in habits in Kenotex on your Mac.

client:Cursor transport:stdio runtime:npm

Install kenotex mcp 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": {
    "kenotex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kenotex-mcp"
      ],
      "env": {
        "KENOTEX_TOKEN": "<KENOTEX_TOKEN>",
        "KENOTEX_HOST": "<KENOTEX_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kenotex mcp in other clients