iswalle/getnote-mcp

View on GitHub ↗

GetNote For MCP

88 ★9 forksJavaScriptUpdated 21d ago

What you need to know

MCP server for the 得到大脑 (Get笔记/biji.com) personal note-management Open API, letting AI models save, search, recall, and organize notes and knowledge bases.

Install

npx @getnote/mcp
npm install -g @getnote/mcp

Usage

  • Ask the AI "请帮我授权 得到大脑(Get笔记)" for OAuth login
  • export GETNOTE_API_KEY=gk_live_xxx; export GETNOTE_CLIENT_ID=cli_xxx
  • "帮我记一下" / "找找之前的笔记" / "在 XX 知识库搜一下"

Key features

  • Note CRUD with three note types (plain_text, link, img_text)
  • Semantic search over all notes (recall) and within knowledge bases (recall_knowledge)
  • Knowledge-base (topic) management including subscribed bloggers and live-streams
  • Image upload flow with ali-OSS presigned credentials and a one-step upload_image tool
  • Note share links and internal note links for time-logging workflows
  • OAuth authorization guided through the AI conversation

Best for

Get笔记 (得到大脑) users who want to capture, search, and recall personal notes through an AI assistant

Caveats

  • Requires an API key and Client ID from biji.com/openapi (or OAuth)
  • Daily limit of 50 knowledge-base creations per account (Beijing time reset)
  • Voice notes can only be read, not created, via MCP
  • Snowflake IDs over Number.MAX_SAFE_INTEGER are rejected to avoid precision loss
Platforms: macOS · LinuxClients: Claude Desktop
Documentation ↗

Reviewed 2026-08-11

Topics

getnotemcpmodel-context-protocol
Stars
88★
Forks
9
Language
JavaScript
License
MIT
Created
2026-03-05
Last push
2026-08-14