๐ MCP Notes
@9Ninety
About ๐ MCP Notes
A simple note-taking MCP server for recording and managing notes with AI models.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCPNotes": {
"command": "npx",
"args": [
"-p",
"mcp-notes",
"mcp-notes-web-server",
"--dynamodb",
"dynamodb://access_key:secret_key@region/table"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐ MCP Notes?
๐ MCP Notes is a note-taking application built on the Model Context Protocol (MCP). It lets users record and view complex notes and tasks while interacting with AI models, without creating project files or making notes public. It requires an AWS DynamoDB database for storage.
How to use ๐ MCP Notes?
Run directly via npx -p mcp-notes mcp-notes-server --dynamodb "<connection_string>" or bunx. Configure your MCP client (e.g., Claude Desktop, Cline) with the command and DynamoDB connection string. A separate web server is available at npx -p mcp-notes mcp-notes-web-server and accessible at http://localhost:3100.
Key features of ๐ MCP Notes
- Dual server: MCP server for AI use and web server for manual UI.
- AI-powered note recording through function calls.
- Full CRUD operations: create, read, update, delete notes.
- Secure storage in AWS DynamoDB.
- Independent from project files; keeps personal notes private.
- Flexible authentication via connection string or environment variables.
Use cases of ๐ MCP Notes
- Record personal thoughts and inspirations during AI chat sessions.
- Manage meeting notes and tasks without polluting your project repository.
- Create and retrieve notes on the fly while using Claude Desktop or Cline.
- View and edit notes through a web interface alongside AI interactions.
FAQ from ๐ MCP Notes
What models are supported with ๐ MCP Notes?
Any model that supports function calls and your client supports MCP. Tested models include Claude 3.5, Gemini 1.5/2.0, GPTโ4, Mistral Large, Grokโ2, and DeepSeek Chat.
Does ๐ MCP Notes require an internet connection or cloud service?
Yes, it requires an AWS account and DynamoDB for storing notes. AWS offers a generous free tier for DynamoDB.
How do I provide AWS credentials?
Use a DynamoDB connection string: dynamodb://<access_key>:<secret_key>@<region>/<table>, or set environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY and supply the URI without credentials.
Are there any limitations in MCP clients?
Cody (VS Code) currently does not support tool calls; you must use the web interface to manage notes and can only mention notes as resources. Claude Desktop and Cline have full tool-calling functionality. Resources are not working in Cline.
What MCP tools are available?
Four tools: listNotes (optional tag filter), getNote (by ID), writeNote (requires id, title, summary, tags, content), and deleteNote (by ID).
Frequently asked questions
What models are supported with ๐ MCP Notes?
Any model that supports function calls and your client supports MCP. Tested models include Claude 3.5, Gemini 1.5/2.0, GPTโ4, Mistral Large, Grokโ2, and DeepSeek Chat.
Does ๐ MCP Notes require an internet connection or cloud service?
Yes, it requires an AWS account and DynamoDB for storing notes. AWS offers a generous free tier for DynamoDB.
How do I provide AWS credentials?
Use a DynamoDB connection string: `dynamodb://<access_key>:<secret_key>@<region>/<table>`, or set environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` and supply the URI without credentials.
Are there any limitations in MCP clients?
Cody (VS Code) currently does not support tool calls; you must use the web interface to manage notes and can only mention notes as resources. Claude Desktop and Cline have full tool-calling functionality. Resources are not working in Cline.
What MCP tools are available?
Four tools: `listNotes` (optional tag filter), `getNote` (by ID), `writeNote` (requires id, title, summary, tags, content), and `deleteNote` (by ID).
Basic information
More Memory & Knowledge MCP servers
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol โ pages, databases, blocks, comments, files.
Tempreon
TempreonPerson-owned, portable AI memory served over MCP. Your knowledge, preferences, and decisions โ captured in one assistant, available in all of them.

PLUR
plur-aiAI agents start every session with amnesia โ you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Comments