9Ninety/MCPNotes
View on GitHub ↗A simple note-taking MCP server for recording and managing notes with AI models.
36 ★5 forksTypeScriptUpdated 1y ago
What you need to know
Note-taking MCP server plus a web UI. Lets users record and view notes and tasks through AI (create, list, get, write, delete) with tags, stored in AWS DynamoDB - no project files touched.
Install
npx -p mcp-notes mcp-notes-server --dynamodb <dynamodb-uri>
Usage
- •Configure DynamoDB credentials, add the server to your MCP client, and manage notes via conversation or the web UI at localhost:3100.
Key features
- ✓CRUD notes via AI or web interface
- ✓Tag support
- ✓AWS DynamoDB storage
- ✓Web server on localhost:3100
Best for
AI-driven personal note-taking independent of project files
Caveats
- ⚠Requires AWS DynamoDB
Reviewed 2026-08-11
Topics
- Stars
- 36★
- Forks
- 5
- Language
- TypeScript
- License
- GPL-2.0
- Created
- 2024-12-22
- Last push
- 2025-05-01