zimejin07/Simple-Note-Taking-MCP-Server
3.2
If you are the rightful owner of Simple-Note-Taking-MCP-Server 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.
This document provides a structured overview of a Simple Note-Taking MCP Server, which allows Claude to manage notes through a local JSON file using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
create_note
Creates a new note with a specified title and content.
list_notes
Lists all existing notes.
read_note
Reads the content of a specified note.
update_note
Updates the content of a specified note.
delete_note
Deletes a specified note.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client