Sticky Notes
0
Enables Large Language Models (LLMs) to save and retrieve sticky notes directly within a web browser.
About
This tool serves as a simple demonstration of how Large Language Models (LLMs) can interact with a web browser to manage temporary information. By defining specific functions like `saveNote` and `readNote` via `window.mcp`, it allows compatible LLM clients (such as Claude Desktop, Glama.ai, or LobeHub) to programmatically save and read 'sticky notes.' This facilitates simple data persistence within a browser environment, showcasing practical browser automation for AI agents.
Key Features
- Auto-detectable and invokable by any MCP-compatible client.
- Allows LLMs to save notes in the browser.
- Allows LLMs to read notes from the browser.
- Exposes `saveNote` and `readNote` tools via `window.mcp` for LLM interaction.
- 0 GitHub stars
Use Cases
- Demonstrating browser-based data persistence for LLMs.
- Enabling LLMs to manage short-term information within a browser session.
- Providing a basic example of MCP tool definition and integration for developers.