WhyNote is a Model Context Protocol (MCP) server: Read-only search, todo listing, and daily note access for a WhyNote account. Because it speaks the Model Context Protocol, AI assistants can use WhyNote as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package why-note-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need NOTE_URL, NOTE_TOKEN. The current release is v0.1.0, published under the MIT license, with source at Coooolinz/why-note-mcp on GitHub.
On mcp.site, WhyNote sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain WhyNote for Coooolinz, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — why-note-mcp · MCP over stdio
▸Credentials — Requires NOTE_URL, NOTE_TOKEN
▸Open source — MIT license · Coooolinz/why-note-mcp