Get Biji MCP
G

Get Biji MCP

The Get Notes MCP Server provides intelligent knowledge base integration capabilities for AI assistants such as Claude through AI - enhanced knowledge base search and recall functions.
2 points
5.0K

What is the Get Notes MCP Server?

The Get Notes MCP Server is a bridging tool that connects your Get Notes knowledge base with AI assistants (such as Claude). Through this server, AI assistants can access the documents, notes, and knowledge content stored in your Get Notes and provide intelligent answers based on your questions. In simple terms, it enables AI assistants to 'read' your personal knowledge base, thus providing more personalized and accurate answers.

How to use the Get Notes MCP Server?

The usage process is divided into three simple steps: 1. **Installation and Configuration**: Install the server software and configure your Get Notes API key. 2. **Connect to Claude**: Configure the server connection in Claude Desktop. 3. **Start Using**: Directly ask questions to the AI assistant in the conversation, and it will automatically search for relevant information from your knowledge base. The entire process does not require writing code and can be completed with simple configuration.

Applicable Scenarios

This tool is particularly suitable for the following scenarios: • **Personal Knowledge Management**: Quickly find specific information in personal notes. • **Learning and Research**: Conduct in - depth Q&A based on personal learning materials. • **Work Document Retrieval**: Quickly find relevant content in work documents. • **Project Management**: Query project documents and meeting records. • **Content Creation**: Generate new content based on existing materials.

Main Features

Intelligent Knowledge Search
Using AI - enhanced search technology, it can not only find content that matches keywords but also understand the deep meaning of the question and return the most relevant knowledge fragments.
Fast Content Recall
Provides high - speed retrieval of original content. Without AI processing, it directly returns the most matching document content, which is suitable for scenarios where the original text needs to be viewed.
Intelligent Rate Control
It has a built - in intelligent rate limiter that automatically manages the API call frequency to avoid exceeding service limits and ensure a stable and reliable service experience.
Conversation Context Support
Supports multi - round conversation context. AI assistants can understand the previous conversation history and provide a coherent experience for follow - up questions and answers.
Security Authentication
Uses a secure Bearer Token authentication method to protect your API key and personal data security.
Usage Statistics
Provides API usage statistics. You can view the current rate limit usage at any time to help you plan your usage reasonably.
Advantages
Seamless Integration: Seamlessly integrates with AI assistants such as Claude Desktop, providing a smooth user experience.
Easy to Operate: The configuration process is simple and can be set up without programming knowledge.
Intelligent Search: AI - enhanced search algorithm returns more accurate and relevant results.
Stable and Reliable: Built - in rate control and error handling ensure service stability.
Privacy and Security: Runs locally, and your data will not be uploaded to third - party servers.
Limitations
Requires API Key: You must have API access rights to Get Notes.
Rate Limit: Subject to API service limits, with a maximum of 5000 requests per day.
Single Knowledge Base: The current version mainly supports searching in a single knowledge base.
Network Dependency: Requires a stable network connection to access the Get Notes API service.
Configuration Steps: Some configuration work is required for the first - time use.

How to Use

Get an API Key
Log in to the Get Notes Open Platform to obtain your API access key. This is the basis for connecting to the server.
Install the Server
Choose one of the following methods to install the server: • Global Installation: npm install -g mcp - get - biji - server • Use npx: No need to install, directly use the npx command. • Local Installation: Install as a project dependency.
Configure Claude Desktop
Edit the Claude Desktop configuration file and add the server configuration. The configuration file is usually located at: ~/Library/Application Support/Claude/claude_desktop_config.json
Restart and Start Using
Restart the Claude Desktop application, and then directly ask questions to the AI assistant in the conversation. It will automatically search for information from your knowledge base.

Usage Examples

Study Note Query
You took a lot of notes while studying a machine learning course and now want to quickly find relevant content about 'Neural Network Optimization Algorithms'.
Work Document Retrieval
You need to find specific requirements regarding API design specifications in the company's project documents.
Reading Note Summary
You read a book about time management and took detailed notes. Now you want to quickly review the core ideas of the book.

Frequently Asked Questions

Do I need programming knowledge to use this tool?
Is my data secure? Will it be uploaded to third - party servers?
Why is the search speed slow sometimes?
Can I search multiple knowledge bases simultaneously?
What should I do if I encounter the 'API limit exceeded' error?
Can it be used with other AI assistants besides Claude?

Related Resources

Get Notes Open Platform
Get an API key and view the official API documentation
Model Context Protocol Official Website
Understand the technical details and latest developments of the MCP protocol
GitHub Project Repository
View the source code, submit issues, and participate in contributions
Claude Desktop Download
Download the Claude Desktop application
Xiaoxibao Community
A community that provides support for cancer/rare disease patients and their families

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "get-biji": {
      "command": "mcp-get-biji-server",
      "env": {
        "GET_BIJI_API_KEY": "your_api_key_here",
        "GET_BIJI_DEFAULT_TOPIC_ID": "your_default_topic_id"
      }
    }
  }
}

{
  "mcpServers": {
    "get-biji": {
      "command": "npx",
      "args": ["-y", "mcp-get-biji-server"],
      "env": {
        "GET_BIJI_API_KEY": "your_api_key_here",
        "GET_BIJI_DEFAULT_TOPIC_ID": "your_default_topic_id"
      }
    }
  }
}

{
  "mcpServers": {
    "get-biji": {
      "command": "node",
      "args": ["/path/to/node_modules/mcp-get-biji-server/build/index.js"],
      "env": {
        "GET_BIJI_API_KEY": "your_api_key_here",
        "GET_BIJI_DEFAULT_TOPIC_ID": "your_default_topic_id"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Cipher
Cipher is an open-source memory layer framework designed for programming AI agents. It integrates with various IDEs and AI coding assistants through the MCP protocol, providing core functions such as automatic memory generation, team memory sharing, and dual-system memory management.
TypeScript
0
5 points
A
Apple Notes MCP
A server that provides local Apple Notes database access for the Claude desktop client, supporting reading and searching of note content.
Python
13.3K
4.3 points
M
MCP Server Weread
The WeRead MCP Server is a lightweight service that bridges WeRead data and AI clients, enabling in - depth interaction between reading notes and AI.
TypeScript
13.2K
4 points
M
MCP Notion Server
Certified
The Notion MCP Server is a middleware service that connects the Notion API with the LLM, optimizing interaction efficiency through Markdown conversion.
TypeScript
15.2K
5 points
M
MCP Obsidian
This project is an MCP server used to interact with the Obsidian note application through the Local REST API plugin of Obsidian. It provides various tools to operate and manage files in Obsidian, including listing files, retrieving file content, searching, modifying content, and deleting files.
Python
16.2K
5 points
M
MCP Atlassian
MCP Atlassian is a Model Context Protocol server designed for Atlassian products (Confluence and Jira), supporting both cloud and on-premises deployments and providing AI assistant integration functions.
Python
14.3K
5 points
M
MCP Logseq Server
An MCP server for interacting with the LogSeq note-taking app, providing various API tools to operate on note content.
Python
17.2K
4.1 points
S
Solana Docs MCP Server
A TypeScript-based MCP server that implements a simple note system and supports note creation and summarization functions
TypeScript
12.9K
4.2 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.6K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.5K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
54.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
51.3K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
17.2K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
36.6K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase