note-manger-mcp-server

note-manger-mcp-server

0

The Note Manager MCP Server is a note management application that integrates with Claude Desktop, allowing users to manage notes efficiently. It provides features to view, add, delete, and search notes, facilitating easy management of information during conversations with Claude.

Note Manager MCP Server for Claude Desktop

Features

  • View all notes for a user
  • Add new notes with automatic date timestamps
  • Delete notes by ID
  • Search notes by keyword
  • Search notes by date

Installation

Prerequisites

  • Python 3.10 or higher
  • Claude Desktop application

Setup Steps

  1. Install uv (Python package manager)
  2. Create project directory and initialize it
  3. Add MCP CLI
  4. Create a main.py file with the note management server code
  5. Install the server in Claude Desktop
  6. Restart Claude Desktop to see the note management tools available

Usage

Interact with the note manager through Claude Desktop by using commands like:

  • "Show me my notes"
  • "Add a new note about [topic]"
  • "Delete note with ID [note_id]"
  • "Find notes about [keyword]"
  • "Show notes from [date]"