mcp-notes
Verified Safeby StarrStack
Overview
A local server for managing, searching, and organizing personal notes with structured tags and markdown support, integrated with Claude Desktop and a web interface.
Installation
No command providedSecurity Notes
The project involves a local Flask web server and an MCP server. While running locally reduces external network risks, the web interface handles user-provided markdown content, which could potentially expose Cross-Site Scripting (XSS) vulnerabilities if not properly sanitized during rendering. The server does not appear to use 'eval' or other dynamic code execution mechanisms based on the README. Data is stored locally in JSON files.
Similar Servers
evernote-mcp-server
Integrates Claude Desktop (or any MCP-compatible LLM) with Evernote for natural language contextual queries and searches over notes.
memcord
Memcord is a privacy-first, self-hosted MCP server designed to organize chat history, summarize messages, and enable AI-powered search across past conversations, keeping all data secure and under user control.
bear-notes-mcp
Provides a Model Context Protocol (MCP) interface for Claude Desktop to interact with Bear notes, enabling comprehensive read and sync-safe write operations.
markitdown-mcp
A Model Context Protocol (MCP) server for converting over 29 file formats (PDFs, Office docs, images, audio, etc.) into clean, structured Markdown, primarily for integration with AI workflows and MCP clients like Claude Desktop.