Notetaker-MCP-Server
This project is a Claude agent tool built using the MCP server module. It facilitates seamless note management by integrating with Claude Desktop. It offers tools for adding, reading, and summarizing notes, enhancing productivity.
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:
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"