Odel
kenotex mcp

kenotex mcp

Local
@kenxcompTypeScriptMITUpdated 4w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkenotex-mcpv1.2.3

Run

npx -y kenotex-mcp

MCP client config

{
  "mcpServers": {
    "kenotex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kenotex-mcp"
      ]
    }
  }
}