Repository is hosted on GitHub and available for cloning, allowing deployment of the sticky notes functionality
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sticky Note Demo MCP-Bsave a note that says 'call mom tomorrow at 3pm'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-sticky-notes-demo
A simple demo that allows LLMs to save and read sticky notes in the browser.
📒 MCP Sticky Notes Demo
A simple MCP-B demo that allows LLMs to save and read sticky notes in the browser.
How it works
Defines two tools (
saveNote,readNote) viawindow.mcp.Any MCP-compatible client (e.g., Claude Desktop, Glama.ai, LobeHub) can auto-detect and invoke these actions.
Related MCP server: macOS Notification MCP
🧑💻 Setup
Local Usage
Clone the repository:
git clone https://github.com/shadabsayani/mcp-sticky-notes-demo.git cd mcp-sticky-notes-demo