kiwamizamurai_mcp-kibela-server

kiwamizamurai_mcp-kibela-server

3.2

If you are the rightful owner of kiwamizamurai_mcp-kibela-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP server implementation for Kibela API integration, enabling LLMs to interact with Kibela content.

The Kibela MCP Server is designed to facilitate seamless integration with the Kibela API, allowing Language Learning Models (LLMs) to interact with Kibela content effectively. This server implementation provides a robust interface for searching notes, retrieving the latest notes, and accessing note content and comments. By leveraging the Model Context Protocol (MCP), the server ensures efficient communication between LLMs and Kibela, enhancing the capabilities of applications that rely on Kibela for content management. The server requires configuration through environment variables, specifically the Kibela team name and API token, to authenticate and access the necessary resources. It supports integration with various platforms, including Claude Desktop and Cursor, providing flexibility in deployment and usage.

Features

  • Search notes
  • Get your latest notes
  • Get note content and comments

Tools

  1. kibela_search_notes

    Search Kibela notes with given query. Input: query (string). Returns: List of matching notes with ID, title and URL.

  2. kibela_get_my_notes

    Get your latest notes from Kibela. Input: limit (number, optional). Returns: List of your latest notes.

  3. kibela_get_note_content

    Get content and comments of a specific note. Input: id (string). Returns: Note content in HTML format and recent comments.