MCP-Server

Code-Genix/MCP-Server

3.2

If you are the rightful owner of 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 dayong@mcphub.com.

The MCP Notes Server is a Model Context Protocol server designed for managing notes with full CRUD operations, built using TypeScript. It supports AI assistants like Claude to handle markdown notes efficiently.

Tools

Functions exposed to the LLM to take actions

create_note

Create a new note with title, content, and optional tags.

get_note

Retrieve a specific note by ID.

update_note

Update an existing note.

delete_note

Delete a note by ID.

search_notes

Search notes by query text and/or tags.

list_tags

Get all unique tags used across all notes.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources