Notes-MCP-Server

arslannate12345/Notes-MCP-Server
★ 0 stars Unknown language Memory/Knowledge Updated 9d ago
A lightweight Model Context Protocol (MCP) server built with Python and FastMCP. Connects directly to Claude Desktop to manage, read, and summarize local text notes using natural language. Includes tools, resources, and custom prompt templates.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notes-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "arslannate12345/Notes-MCP-Server"
      ]
    }
  }
}