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".
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.Last updated208MIT
- AlicenseAqualityCmaintenanceA simple note-taking MCP server for recording and managing notes with AI models.Last updated41536GPL 2.0
- AlicenseBqualityDmaintenanceA simple server implementing the Model Context Protocol (MCP) that exposes personal tools like note-taking for compatible MCP clients or agents.Last updated22,027MIT
- FlicenseBqualityDmaintenanceA simple server for saving, listing, and searching notes persisted to a local JSON file. It enables users to manage their personal notes using natural language via the Model Context Protocol.Last updated3
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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