MCP server implementation for Kibela API integration
MCP server implementation for Kibela API integration, enabling LLMs to interact with Kibela content.
KIBELA_TEAM
: Your Kibela team name (required)KIBELA_TOKEN
: Your Kibela API token (required)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"
}
}
}
}
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
Search Kibela notes with given query
query
(string): Search queryGet your latest notes from Kibela
limit
(number, optional): Number of notes to fetch (default: 15)Get content and comments of a specific note
id
(string): Note IDMcp Llms Txt Explorer
MCP to explore websites with llms.txt files
Mcp Taskwarrior
A simple MCP Server for Taskwarrior
Mcp Codex Keeper
An intelligent MCP server that serves as a guardian of development knowledge, providing Cline assistants with curated access to latest documentation and best practices across the software development landscape
An MCP implementation for Selenium WebDriver
A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial support for Raspberry Pi Pico.
MCP server for generating human face images with various shapes and sizes