Skip to main content
Glama
shadabsayani

Sticky Note Demo MCP-B

by shadabsayani

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) via window.mcp.

  • Any MCP-compatible client (e.g., Claude Desktop, Glama.ai, LobeHub) can auto-detect and invoke these actions.

Related MCP server: MCP Notes Server

🧑‍💻 Setup

Local Usage

  1. Clone the repository:

    git clone https://github.com/shadabsayani/mcp-sticky-notes-demo.git
    cd mcp-sticky-notes-demo

Related MCP Connectors

Related MCP Servers