mcp-note-server

PriteshPatil08/mcp-note-server
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
A lightweight MCP server for saving, and searching notes - backed by SQLite. Supports stdio for local Claude Code use and SSE for network/Docker deployment. Configurable storage via environment variables. Built with FastMCP and Python. Simple, portable, and ready to plug into any MCP-compatible AI client.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-note-server": {
      "command": "uvx",
      "args": [
        "mcp-note-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-note-server