GetNote

v1.0.0Knowledge & Memorystable

GetNote For MCP

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 getnote for mcp

GetNote For MCP

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • GetNote For MCP

Use Cases

Access GetNote platform through MCP.
Manage notes and knowledge organization.
Integrate GetNote with AI workflows.
iswalle

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx getnote

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 bridges AI assistants to the Get笔记 (Biji / GetNotes) knowledge platform via its Open API, offering more than 25 tools for creating, retrieving, updating, searching, and tagging notes as well as managing knowledge base collections. It authenticates with static API credentials or through an OAuth browser flow, making it suitable for both headless and desktop AI clients. Developers and knowledge workers who use GetNotes as their second brain can automate note capture and retrieval entirely through natural-language prompts in Claude or compatible editors.

Prerequisites

  • Node.js 18 or higher installed
  • A GetNotes (biji.com) account
  • A GetNotes Open API key and Client ID from https://www.biji.com/openapi
  • An MCP-compatible client such as Claude Desktop
1

Obtain API credentials

Log in to GetNotes and visit https://www.biji.com/openapi to generate your API key and Client ID. Save both values securely.

2

Run the server with npx

Use npx to launch the GetNote MCP server directly, passing credentials as flags.

npx getnote --api-key YOUR_API_KEY --client-id YOUR_CLIENT_ID
3

Configure Claude Desktop

Add the server to your Claude Desktop configuration file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) using environment variables for credentials.

{
  "mcpServers": {
    "getnote": {
      "command": "npx",
      "args": ["-y", "getnote"],
      "env": {
        "GETNOTE_API_KEY": "your_api_key_here",
        "GETNOTE_CLIENT_ID": "your_client_id_here"
      }
    }
  }
}
4

Restart Claude Desktop

Quit and reopen Claude Desktop so the new server configuration is loaded. The GetNote tools will appear in the available tools list.

5

Verify connection

Ask Claude to retrieve your most recent note. A successful response confirms the server is authenticated and operational.

GetNote Examples

Client configuration

Claude Desktop config block for the GetNote MCP server with environment variable credentials.

{
  "mcpServers": {
    "getnote": {
      "command": "npx",
      "args": ["-y", "getnote"],
      "env": {
        "GETNOTE_API_KEY": "your_api_key_here",
        "GETNOTE_CLIENT_ID": "your_client_id_here"
      }
    }
  }
}

Prompts to try

Example prompts for interacting with your GetNotes knowledge base through Claude.

- "Create a new note called 'AI Research Findings' with bullet points from our conversation"
- "Search my GetNotes for anything about machine learning"
- "Show me all notes tagged 'work' created in the last 7 days"
- "Organise my notes about React into a new knowledge base called 'Frontend'"
- "Generate a shareable link for my product roadmap note"

Troubleshooting GetNote

The server starts but all tool calls return authentication errors

Verify that GETNOTE_API_KEY and GETNOTE_CLIENT_ID are correct and belong to the same GetNotes account. Regenerate keys at https://www.biji.com/openapi if needed.

npx getnote fails with 'package not found'

The package name on npm may differ from the slug. Try 'npx @getnote/mcp' instead, or check the npm registry for the correct package name.

Notes created through Claude do not appear in the GetNotes app

Refresh the GetNotes app. If still missing, check that your API credentials have write permissions enabled in the Open API settings on biji.com.

Frequently Asked Questions about GetNote

What is GetNote?

GetNote is a Model Context Protocol (MCP) server that getnote for mcp 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. 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": { "command": "npx", "args": ["-y", "getnote"] } } }

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