windows-sticky-notes-mcp

jrybacek/windows-sticky-notes-mcp
★ 0 stars C# Database Updated today
Read-only MCP server that exposes your real Windows Sticky Notes (the live plum.sqlite store) to Codex or Claude desktop and other MCP clients.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "windows-sticky-notes": {
      "command": "npx",
      "args": [
        "-y",
        "jrybacek/windows-sticky-notes-mcp"
      ]
    }
  }
}

README Excerpt

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server that exposes your **actual Windows Sticky Notes** to MCP clients like Claude Desktop, so an AI assistant can read your notes and help you act on them. > **This reads the real app.** Unlike most "sticky notes MCP" demos — which store notes in their own text file — this server reads the live `plum.sqlite` database that the Microsoft Sticky Notes app actually uses. The notes synced to your Microsoft account are what get su
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →