Back to Apps

GetNote MCP
by iswalle
Integrate AI with GetNotes (Get笔记) for seamless note management, semantic search, and knowledge base organization.
0 stars
Works in:claude
Exposes:Tools
What it does
GetNote MCP connects AI models to the GetNotes (Get笔记) personal note management tool. It allows an AI agent to create, update, and search through a user's personal notes, as well as manage specialized knowledge bases (topics) and track blogger content.
Tools
save_note: Create new notes (text, links, or images).recall: Global semantic search across all notes.recall_knowledge: Semantic search within a specific knowledge base.update_note: Edit existing note content or tags.list_notes: Retrieve a paginated list of notes.create_topic: Organize notes into new knowledge bases.upload_image: Handle full image uploads to OSS for image-based notes.get_note: Retrieve detailed note content, including original images.
Installation
Install and build the server:
npm install
npm run build
Supported hosts
- claude
Quick install
npm install && npm run buildInformation
- Pricing
- free
- Published
- 4/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"getnote": {
"command": "node",
"args": ["/path/to/getnote-mcp/dist/index.js"],
"env": {
"GETNOTE_API_KEY": "your_api_key_here",
"GETNOTE_CLIENT_ID": "your_client_id_here"
}
}
}
}





