WhyNote for Cursor
io.github.coooolinz/why-note
Read-only search, todo listing, and daily note access for a WhyNote account
client:Cursor
transport:stdio
runtime:npm
Install WhyNote in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"why-note": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"why-note-mcp"
],
"env": {
"NOTE_URL": "<NOTE_URL>",
"NOTE_TOKEN": "<NOTE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs