Searches, reads, organizes, and reacts to Kibela notes through MCP tools using a team name and API token.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Kibela Server.
queryCallable MCP tool function
coeditingCallable MCP tool function
isArchivedCallable MCP tool function
sortByCallable MCP tool function
userIdsCallable MCP tool function
folderIdsCallable MCP tool function
The kiwamizamurai/mcp-kibela-server MCP server exposes Kibela content and selected note actions through the Model Context Protocol. It is designed for MCP clients that need to search an organization's notes, inspect note details, browse group and folder structures, and retrieve information about users.
The available operations include advanced note search with optional archive, co-editing, sorting, user, and folder filters. An agent can also fetch the current user's latest notes, recently viewed notes, notes within a group, notes directly inside a folder, or notes that can be identified by a Kibela path or URL. Note retrieval includes content and comments, with an option to include image data URLs.
In addition to read operations, the server provides like and unlike actions for notes. Group and folder queries return organizational metadata, while user queries return user identifiers, accounts, and real names as described by the project documentation.
The server communicates with Kibela using the team-specific API configuration supplied through environment variables. MCP clients invoke named tools such as kibela_search_notes, kibela_get_note_content, kibela_get_group_folders, and kibela_get_note_from_path; each tool accepts the identifiers or filters needed for its operation.
The project README states that the implementation performs GraphQL schema introspection with functions from the graphql package, including schema construction, introspection-query generation, and schema printing. This is used to reverse engineer Kibela's API. The material does not describe a separate local database or caching layer.
Set these required environment variables before starting the server:
KIBELA_TEAM: the Kibela team name.KIBELA_TOKEN: the Kibela API token.The documented Cursor configuration runs the published package with npx -y @kiwamizamurai/mcp-kibela-server. Docker users can run the image ghcr.io/kiwamizamurai/mcp-kibela-server:latest and pass both variables into the container. For development, clone the repository, run npm install, and start the built entry point with Node. The README also describes building a local Docker image and gives http://localhost:3000/sse as the SSE server URL.
The kiwamizamurai/mcp-kibela-server MCP server requires valid Kibela credentials; the supplied examples use placeholder values that must be replaced with the user's team name and token.
The documentation explicitly provides a Cursor integration, but does not confirm compatibility with every MCP client. Search and listing limits apply to some tools: latest notes default to 15, folder notes default to 100, and recently viewed notes have a maximum of 15. The available material documents note likes and unlikes, but does not describe broader note editing or deletion operations.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kiwamizamurai-mcp-kibela-server)<a href="https://allmcps.com/mcp/kiwamizamurai-mcp-kibela-server"><img src="https://allmcps.com/api/badge/kiwamizamurai-mcp-kibela-server?style=directory" alt="MCP Kibela Server on AllMCPs" /></a>