MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Automation & Scripting
  4. /Mcp Kibela Server
Mcp Kibela Server

Mcp Kibela Server

作成者 kiwamizamurai•4 months ago
サイトを訪問する

MCP server implementation for Kibela API integration

Automation & Scripting
kibelakibela-web-apimcpmodelcontextprotocol

Kibela MCP Server

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

Example

Kibela Server MCP server

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

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Automation & Scriptingの知識

おすすめのサーバー

Mcp Llms Txt Explorer

Mcp Llms Txt Explorer

MCP to explore websites with llms.txt files

Mcp Taskwarrior

Mcp Taskwarrior

A simple MCP Server for Taskwarrior

Mcp Codex Keeper

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

もっと見る → →

詳細

作成日

March 07, 2025

最終更新日

March 07, 2025

カテゴリー

Automation & Scripting

作成者

kiwamizamurai

シェアする

もっと見る

Mcp Duckduckgo Search

Mcp Duckduckgo Search

Mcp Selenium

Mcp Selenium

An MCP implementation for Selenium WebDriver

Mcp2serial

Mcp2serial

A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial support for Raspberry Pi Pico.

Face Generator

Face Generator

MCP server for generating human face images with various shapes and sizes