Remote#note-management#Claude#MCPLicense: MIT LicenseLanguage: Python

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:

ComponentsTypeDescription
add_noteToolsAdd notes contents to your notebook. Content could be generated from claude
read_all_notesToolsReads all the from your your notebook
read_latest_notesToolsReads the latest note added to your notebook
read_indexed_notesToolsReads the note at the specified index to your notebook
note_summary_promptPromptPrompt the LLM to return your the summary of your note
search_note_promptPromptPrompt 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:

Go to files in claude, click setting, go to developer section click on edit configuration, open the json file with code and editor and ensure it's similar to the code below

{
  "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"

Installation

Claude
Claude
Cursor
Cursor
Windsurf
Windsurf
Cline
Cline
Witsy
Witsy
Spin AI
Spin AI
Run locally with the following command:
Terminal
Add the following config to your client:
JSON
{
  "mcpServers": {
    "Demo": {
      "env": {},
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\username\\file path to project folder\\main.py"
      ],
      "command": "uv"
    }
  }
}

MCPLink

Seamless access to top MCP servers powering the future of AI integration.

© 2025 MCPLink. All rights reserved.
discordgithubdiscord