mcp-notes-server

Ioniq3423/mcp-notes-server
★ 0 stars Python AI/LLM Updated 3d ago
A small MCP server exposing my notes to Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-notes-server": {
      "command": "uvx",
      "args": [
        "mcp-notes-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-notes-server

README Excerpt

A small MCP server exposing my notes to Claude Desktop ```bash python server.py --help ``` ```bash pip install -r requirements.txt ``` - Atomic saves (temp file + os.replace) behind a write lock - Five tools: add / get / update / delete / list notes - Includes a Claude Desktop config snippet with absolute paths