StarrStack/mcp-notes
If you are the rightful owner of mcp-notes and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Note-Taking Server is a Model Context Protocol server designed for managing personal notes with structured tagging and markdown support, integrating seamlessly with Claude Desktop for enhanced note-taking during AI conversations.
Tools
Functions exposed to the LLM to take actions
get_tag_schema
Get the complete tag schema showing all valid tags.
create_note
Create a new note with validated tags.
update_note
Update an existing note (partial updates supported).
delete_note
Delete a note by ID.
read_note
Read the full content of a specific note.
find_notes_by_tags
Search notes using tag filtering, title search, and date filters.
list_tags
List all tags currently in use with counts.
add_tags_to_schema
Add new tags to a schema dimension dynamically.
export_note_to_markdown
Export a single note to a markdown file.
export_all_notes_to_markdown
Export all notes to markdown files in a directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client