T

mcp-kibela-server

...
Created 2/1/2025bykiwamizamurai

Categories

mcpmodelcontextprotocol

Language:

TypeScript

Stars:

1

Forks:

2

Kibela MCP Server

smithery badge

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

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

  1. https://modelcontextprotocol.info/docs/guide/quickstart/
  2. https://github.com/modelcontextprotocol/quickstart-resources
  3. https://docs.cursor.com/advanced/model-context-protocol
  4. https://modelcontextprotocol.io/introduction
Last updated: 2/11/2025

Publisher info

kiwamizamurai's avatar

きわみざむらい

Love FOSS and EM algorithm 🎲

再生核ヒルベルト空間
33
followers
56
following
100
repos

More MCP servers built with TypeScript

docbase-mcp-server

MCP Server Implementation for DocBase

By f4401
aapi-mcp-server

Advanced API MCP Server

By Asphere-xyz1
DBX-MCP-Server

MCP Server for Dropbox

By amgadabdelhafez1