MCP Directory
Back

ModelContextProtocol-note-assistant

by TRIPLE-A332 · Python · ★ 0

ModelContextProtocol-note-assistant — MCP server.

Install

pip install git+https://github.com/TRIPLE-A332/ModelContextProtocol-note-assistant.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol-note-assistant": {
      "command": "uvx",
      "args": [
        "git+https://github.com/TRIPLE-A332/ModelContextProtocol-note-assistant.git"
      ]
    }
  }
}

From the README

Video Demo - Click [Here](https://youtu.be/SFmixzeeESE) A lightweight, local AI-powered note-taking assistant built using the Model Context Protocol (MCP). This app allows users to **add**, **read**, **summarize**, and **manage** notes through conversational interactions with a local LLM-enabled interface like Cursor. - Python - [MCP (Model Context Protocol)](https://github.com/modelcontextprotocol/python-sdk) - UV : https://docs.astral.sh/uv/getting-started/installation/ --- 1. **Clone the repo** `bash git clone https://github.com/TRIPLE-A332/mcp-note-assistant.git cd mcp-note-as…
Read full README on GitHub →

Related productivity servers