Notetaker MCP Server

by Dr-Aniekan-Udo

177 downloads
Not rated
GitHub

About

MCP server with tools for manipulating notes and support for Claude desktop

Details

Author
Dr-Aniekan-Udo
Downloads
177
Categories
Other

- Add note contents generated from Claude to your notebook
- Read all notes from your notebook
- Read the latest note added
- Read the note at a specified index
- Prompt LLM to return a summary of your note
- Prompt LLM to search notes for information

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Notetaker MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install uv and Claude Desktop, then clone the repository, run uv sync to install dependencies, and run uv run mcp install main.py to install the project to Claude Desktop. After connection, tools and prompts become available in Claude chat, and configuration can be verified in the Claude developer settings JSON file.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "notetaker mcp server": {
            "Notetaker-MCP-Server": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "Notetaker-MCP-Server": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

Claude agent tool with MCP

- This workflow is built for Claude using MCP server module
- The server connects to claude desktop and helps you to handle your notes seemlessly.
- A notebook.txt is authomatically added to your folder to store notes, when you run the project

Available Components:

| Components |Type |Description | |-----------------|---------|-----------------| |add_note | Tools | Add notes contents to your notebook. Content could be generated from claude| |read_all_notes | Tools | Reads all the from your your notebook| |read_latest_notes | Tools | Reads the latest note added to your notebook| |read_indexed_notes | Tools | Reads the note at the specified index to your notebook| |note_summary_prompt | Prompt | Prompt the LLM to return your the summary of your note| |search_note_prompt | Prompt | Prompt the LLm to search your note for information and returns the content and index of the note with the information|

How to setup

- Install `uv for project management and package installation - Install Claude Desktop` - Clone the repository
   git clone https://github.com/Dr-Aniekan-Udo/Notetaker-MCP-Server.git
   
- Enter the project folder
   cd Notetaker-MCP-Server
   
- Install dependencies
   uv sync
   
- Install the project to claude desktop
   uv run mcp install main.py
   
- Open Claude and have fun

- If MCP is connected:
-> You should see tools in claude chat
-> You should see attachment to use the resources and prompt (choose from integration)
- Check claude configuration:
<p>Go to <strong>files</strong> in claude, click <strong>setting</strong>, go to developer section click on <strong>edit configuration</strong>, open the json file with code and editor and ensure it's similar to the code below </p>

{
  "mcpServers": {
    "Demo": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\username\\"file path to project folder"\\main.py"
      ]
    }
  }
}
- Try this out in Claude: -> "Write a three line poem on Agriculture and add it to my note"
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.