MCP Servers / productivity / MCP Notes

MCP Notes

JSON →
none36productivity

A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.

Install
How to run this server
[ { "cmd": "npx -p", "imports": [] } ]
server path: mcp-notes
Tools
What this server exposes
listNotes
Returns array of all notes, optionally filtered by tags.
getNote
Returns a single note object matching the given ID, or a 'not found' message if no match exists.
writeNote
Creates or updates a note with the given id, title, summary, tags, and content. Returns a success confirmation message.
deleteNote
Deletes a note by ID and returns a deletion confirmation message.
Configuration
Environment & auth
authnone
envAWS_ACCESS_KEY_ID
envAWS_SECRET_ACCESS_KEY
Resources
MCP Notes — MCP Server · libregistry