MCP Notes Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Notes Serveradd a note to buy groceries"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 a new note/todo |
| List notes (filter: all / open / done) |
| Search notes by keyword |
| Mark a note done by id |
| 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 waitsIt 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.jsThen in a Claude Code session, try: "Add a note to buy milk", then "list my open notes".
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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