Skip to main content
Glama
abhi4pr

MCP Notes Server

by abhi4pr

MCP Notes Server

A small Model Context Protocol (MCP) server that gives an AI a personal notes / todo store. Built for learning.

What is MCP?

MCP is an open standard that lets an AI model call functions in your code. You expose tools (functions with a name, description, and typed inputs); the AI reads the descriptions and decides when to call them. Communication here happens over stdio — the AI client launches notes-server.js and exchanges JSON messages over stdin/stdout.

Related MCP server: MCP Notes

Tools in this server

Tool

What it does

add_note

Add a new note/todo

list_notes

List notes (filter: all / open / done)

search_notes

Search notes by keyword

complete_note

Mark a note done by id

delete_note

Delete a note by id

Notes are saved to notes.json next to the server, so they survive restarts.

Run it

npm install
npm start        # prints "notes-server running on stdio" then waits

It looks like it "hangs" — that's correct. It's waiting for an AI client to talk to it over stdin. Press Ctrl+C to stop.

Connect it to Claude Code (CLI)

claude mcp add notes -- node /home/tw/Documents/mcp/notes-server.js

Then in a Claude Code session, try: "Add a note to buy milk", then "list my open notes".

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhi4pr/Learning-mcp-servers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server