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 |
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"
]
}
}
}
{
"mcpServers": {
"Demo": {
"env": {},
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\Users\\username\\file path to project folder\\main.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.