GetNote

v1.0.0Knowledge & Memorystable

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.

getnotemcpmodel-context-protocol
Share:
64
Stars
0
Downloads
0
Weekly
0/5

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

Manage notes on the GetNote platform via API.
Organize knowledge bases and tags.
Create and retrieve notes through natural language.
iswalle

Maintainer

LicenseMIT License
Languagejavascript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx getnote-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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_ID
3

Configure 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"
      }
    }
  }
}
4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "getnote-mcp-server": { "command": "npx", "args": ["-y", "getnote-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides