claude-notes

TeenI126/claude-notes
★ 0 stars Python Code/Dev Tools Updated today
A simple custom MCP server for Claude for my own personal use cases
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": {
    "claude-notes": {
      "command": "uvx",
      "args": [
        "claude-notes"
      ]
    }
  }
}

Or install with pip: pip install claude-notes

README Excerpt

A lightweight MCP server that gives Claude read/write access to a set of text files, hosted on Google Cloud Run. Works across all Claude clients (desktop, mobile, iPad) since it's hosted in the cloud. Also has a reminders feature, that provides HTTP endpoints to sync to Apple devices via the Scriptable app (hence the .js files that do this).

Tools (8)

add_reminderappend_to_filecomplete_reminderdelete_filelist_fileslist_remindersread_filewrite_file