GetNote
Enables AI models to interact with the Get笔记 (GetNotes) platform via its Open API. It supports managing notes, organizing knowledge bases, and handling tags through natural language commands.
What is GetNote?
GetNote is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai models to interact with the get笔记 (getnotes) platform via its open api. it supports managing notes, organizing knowledge bases, and handling tags through natural language commands.
Enables AI models to interact with the Get笔记 (GetNotes) platform via its Open API. It supports managing notes, organizing knowledge bases, and handling tags through natural language commands.
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enables AI models to interact with the Get笔记 (GetNotes) plat
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx getnote-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use GetNote
The GetNote MCP server connects AI assistants to the Get笔记 (GetNotes / Biji) knowledge-base platform through its Open API, exposing over 25 tools for note creation, search, tagging, and knowledge-base organisation. It supports OAuth-based login as well as API key authentication and allows AI models to create, retrieve, update, and semantically search notes entirely through natural-language commands. Teams that use GetNotes as their primary knowledge store can automate research capture and retrieval directly inside Claude or any other MCP-compatible client.
Prerequisites
- Node.js 18 or higher installed
- A GetNotes (biji.com) account — sign up at https://www.biji.com
- A GetNotes Open API key and Client ID obtained from https://www.biji.com/openapi
- An MCP-compatible client such as Claude Desktop
Obtain API credentials
Log in to your GetNotes account and navigate to https://www.biji.com/openapi to generate an API key and Client ID. Keep these values handy for the configuration step.
Run the server with npx
The recommended way to run the server is directly via npx, which downloads and executes the latest package without a global install.
npx @getnote/mcp --api-key YOUR_API_KEY --client-id YOUR_CLIENT_IDConfigure Claude Desktop
Add the GetNote MCP server to your Claude Desktop configuration, passing your credentials as environment variables so they are not exposed in shell history.
{
"mcpServers": {
"getnote": {
"command": "npx",
"args": ["-y", "@getnote/mcp"],
"env": {
"GETNOTE_API_KEY": "your_api_key_here",
"GETNOTE_CLIENT_ID": "your_client_id_here"
}
}
}
}Restart Claude Desktop
Quit and reopen Claude Desktop. The GetNote tools (create, search, tag, etc.) will appear in the tools panel once the server is active.
Verify connectivity
Ask Claude to list your recent notes. If notes are returned, the server is correctly authenticating to the GetNotes API.
GetNote Examples
Client configuration
Claude Desktop configuration using environment variables for API credentials.
{
"mcpServers": {
"getnote": {
"command": "npx",
"args": ["-y", "@getnote/mcp"],
"env": {
"GETNOTE_API_KEY": "your_api_key_here",
"GETNOTE_CLIENT_ID": "your_client_id_here"
}
}
}
}Prompts to try
Example prompts to create, search, and organise notes through the GetNotes MCP tools.
- "Create a new note titled 'Meeting Summary' with today's key decisions"
- "Search my notes for anything related to project timelines"
- "Add the tag 'research' to all notes created this week"
- "List all knowledge bases I have in GetNotes"
- "Generate a shareable link for my note about Q3 planning"Troubleshooting GetNote
Authentication fails with 'invalid credentials' error
Double-check that GETNOTE_API_KEY and GETNOTE_CLIENT_ID match exactly what is shown on https://www.biji.com/openapi. Keys are case-sensitive and may have been regenerated if you created multiple tokens.
npx @getnote/mcp resolves to an older version
Force the latest version with 'npx @getnote/mcp@latest' or clear the npx cache using 'npx clear-npx-cache' before re-running.
Tools appear in Claude but search returns empty results
Confirm your GetNotes account contains notes. Also check that the Client ID matches the account where the notes are stored — API keys and client IDs are account-specific.
Frequently Asked Questions about GetNote
What is GetNote?
GetNote is a Model Context Protocol (MCP) server that enables ai models to interact with the get笔记 (getnotes) platform via its open api. it supports managing notes, organizing knowledge bases, and handling tags through natural language commands. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install GetNote?
Follow the installation instructions on the GetNote GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with GetNote?
GetNote works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is GetNote free to use?
Yes, GetNote is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
GetNote Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to GetNote? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up GetNote in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use GetNote?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.