Notetaker-MCP-Server

Notetaker-MCP-Server

1

This project is a Claude agent tool built using the MCP server module. It facilitates seamless note management by integrating with Claude Desktop. It offers tools for adding, reading, and summarizing notes, enhancing productivity.

Claude Agent Tool with MCP

  • Workflow designed for Claude using MCP server module.
  • Connects to Claude Desktop to manage notes seamlessly.
  • Automatically adds a notebook for storing notes.

Available Components:

  • add_note: Add contents to your notebook.
  • read_all_notes: Reads all notes from your notebook.
  • read_latest_notes: Reads the latest note added.
  • read_indexed_notes: Reads note at a specified index.
  • note_summary_prompt: Prompts LLM for a note summary.
  • search_note_prompt: Prompts LLM to search notes for information.

How to setup

  • Install uv for project management.
  • Install Claude Desktop.
  • Clone the repository and install dependencies.
  • Install the project to Claude Desktop.
  • Check Claude configuration for correct setup.