Loading MCP server directory, please wait...
Read-only search, todo listing, and daily note access for a WhyNote account
npx @getmcp/cli add io.github.Coooolinz/why-noteRequires Node.js 18+. Community-contributed server. Review source before installing.
NOTE_URLBase URL of the WhyNote service
NOTE_TOKENRead-only token generated in WhyNote settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Coooolinz/why-note": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
],
"env": {
"NOTE_URL": "",
"NOTE_TOKEN": ""
}
}
}
}