Notecase Pro v4.8.7 desktop edition has just been released.
Downloads are now available at https://www.notecasepro.com/download.php
This release brings a major new feature, NoteCase Pro now has embedded MCP (Model Context Protocol) server!
This allows you to integrate your notes with different AI Agents or LLMs and unlock many advanced use cases related to processing your information.
Just to give you an example, in the screenshot below I am using Jan AI tool (https://www.jan.ai) and asking it, using the plain conversational language, to provide me a list of currently open NoteCase Pro documents.
In the background, the tool uses the MCP server URL I've configured (http://127.0.0.1:8080/sse) to automatically detect available MCP server functions, then uses "list_document" function to fetch the results.
NoteCase Pro MCP server currently exposes a following list of functions that can be used by an AI agent or an LLM capable of running tools:
- list_documents - List all open documents
- get_current_note - Get information about currently selected document and current note
- set_current_note - Select a given document note as a current one
- list_all_notes - List all notes in a specific document (defined by ID)
- list_child_notes - List only notes under a given parent (empty for root) in a specific document
- get_note_content - Get the content of a specific note by ID in a specific document (as plain text or html)
- search_notes - Search for notes containing a specific string in a specific document
MCP feature was implemented using the great cpp-mcp library available at https://github.com/hkr04/cpp-mcp.
Currently, all the functions are read-only nature, but I will add more functions based on your requests. I am quite curious what interesting use case you can think of, please feel free to share!
As previously announced, the following builds were removed: FreeBSD14, Ubuntu 25.10, Fedora 41, Fedora 42. Additionally, I had to remove OpenSUSE 15.6 and Bodhi Linux packages, because their version of C++ compiler did not support building the new feature.
Also, this is likely the last time the Windows 32-bit build is created, I plan to discontinue it, unless you badly need it.
For detailed change list see help file or: https://www.notecasepro.com/history.php
