mcp-note-taker

mcp-note-taker

3.3

If you are the rightful owner of mcp-note-taker and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A proof-of-concept implementation of a Model Context Protocol (MCP) server for AI assistant note-taking, featuring custom tools and resources for managing notes.

The MCP Note Taker (POC) is a demonstration project that showcases the creation and utilization of a Model Context Protocol (MCP) server to provide note-taking capabilities for AI assistants like Claude and Cursor. The server is equipped with tools to add notes, resources to fetch the latest note, and prompts to summarize all notes. Notes are stored in a local 'notes.txt' file within the project directory. The project requires Python 3.11 and specific packages listed in the requirements.txt file. It includes instructions for installation, setup, and integration with Cursor IDE, making it a versatile tool for developers looking to enhance AI assistant functionalities with note-taking capabilities.

Features

  • Add Note Tool: Allows users to add a note to the 'notes.txt' file and returns a confirmation message.
  • Latest Note Resource: Fetches and returns the latest note from the 'notes.txt' file, or a message if no notes are present.
  • Note Summary Prompt: Generates a prompt for the AI to summarize all current notes in the 'notes.txt' file.

Tools

  1. add_note

    Adds a note to the 'notes.txt' file and returns a confirmation message.