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