notes-mcp-server-l16

devkievskiy/notes-mcp-server-l16
★ 0 stars Python AI/LLM Updated today
Notes MCP server (Python, FastMCP, stdio) for Claude Desktop — 4 tools + 3 resources with real persistence. Lesson 16.
View on GitHub → Try with Claude — $10 free →

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-l16": {
      "command": "uvx",
      "args": [
        "notes-mcp-server-l16"
      ]
    }
  }
}

Or install with pip: pip install notes-mcp-server-l16