# Kibela MCP Server

Integrate with Kibela API to search and retrieve notes.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kiwamizamurai/mcp-kibela-server

# Browse available tools
npx -y @smithery/cli@latest tool list kiwamizamurai/mcp-kibela-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kiwamizamurai/mcp-kibela-server kibela_search_notes

# Call a tool
npx -y @smithery/cli@latest tool call kiwamizamurai/mcp-kibela-server kibela_search_notes '{}'
```

## Tools (12)

- `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
- `kibela_get_groups` — Get list of accessible groups
- `kibela_get_group_folders` — Get folders in a group
- `kibela_get_group_notes` — Get notes in a group that are not attached to any folder
- `kibela_get_folder_notes` — Get notes in a folder
- `kibela_get_users` — Get list of users
- `kibela_like_note` — Like a note
- `kibela_unlike_note` — Unlike a note
- `kibela_get_recently_viewed_notes` — Get your recently viewed notes
- `kibela_get_note_from_path` — Get note content by its URL

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kiwamizamurai/mcp-kibela-server <tool-name>
```

---

Source: https://github.com/kiwamizamurai/mcp-kibela-server | License: MIT
