Kibela MCP Server
Enables integration with Kibela API for searching and retrieving notes, allowing LLMs to interact with Kibela content seamlessly.
kiwamizamurai
Tools
kibela_search_notes
Search Kibela notes with given query
kibela_get_my_notes
Get your latest notes from Kibela
kibela_get_note_content
Get content and comments of a specific note
README
Kibela MCP Server
MCP server implementation for Kibela API integration, enabling LLMs to interact with Kibela content.
<img width="320" alt="Example" src="https://github.com/user-attachments/assets/eeed8f45-eb24-456d-bb70-9e738aa1bfb3" />
<a href="https://glama.ai/mcp/servers/m21nkeig1p"><img width="380" height="200" src="https://glama.ai/mcp/servers/m21nkeig1p/badge" alt="Kibela Server MCP server" /></a>
Features
- Search notes
- Get your latest notes
- Get note content and comments
Configuration
Environment Variables
KIBELA_TEAM
: Your Kibela team name (required)KIBELA_TOKEN
: Your Kibela API token (required)
Usage with Claude Desktop
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"kibela": {
"command": "npx",
"args": ["-y", "@kiwamizamurai/mcp-kibela-server"],
"env": {
"KIBELA_TEAM": "your-team",
"KIBELA_TOKEN": "your-token"
}
}
}
}
Cursor Integration
Add to your ~/.cursor/config.json
:
{
"mcp": {
"servers": {
"kibela": {
"command": "node",
"args": ["dist/src/index.js"],
"env": {
"KIBELA_TEAM": "your-team",
"KIBELA_TOKEN": "your-token"
}
}
}
}
}
For SSE transport, ensure the server URL is set to: http://localhost:3000/sse
Tools
kibela_search_notes
Search Kibela notes with given query
- Input:
query
(string): Search query
- Returns: List of matching notes with ID, title and URL
kibela_get_my_notes
Get your latest notes from Kibela
- Input:
limit
(number, optional): Number of notes to fetch (default: 15)
- Returns: List of your latest notes
kibela_get_note_content
Get content and comments of a specific note
- Input:
id
(string): Note ID
- Returns: Note content in HTML format and recent comments
Reference
- https://modelcontextprotocol.info/docs/guide/quickstart/
- https://github.com/modelcontextprotocol/quickstart-resources
- https://docs.cursor.com/advanced/model-context-protocol
- https://modelcontextprotocol.io/introduction
Recommended Servers
Apple MCP Server
Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
Todoist MCP
An MCP server that enables LLMs to interact with Todoist tasks, projects, and other features through the Todoist API.

Notion API MCP Server
Enables advanced todo list management and content organization using Notion's API, supporting features like creating databases, dynamic filtering, and collaborative task tracking.
Todoist MCP Server
Integrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.
Todoist MCP Server
An MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.
Curri MCP Server
Enables interaction with Curri's API by managing text notes, offering tools for note creation, and generating summaries using structured prompts.
Inkdrop MCP Server
Integrates Inkdrop note-taking app with Claude AI through Model Context Protocol, allowing Claude to search, read, create, and update notes in your Inkdrop database.
Notion MCP Server
Enables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.
Notion MCP Server
A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
Datetime MCP Server
This server enables users to store, manage, and summarize notes using a custom URI scheme, with functionality to add new notes and generate summaries with varying levels of detail.