Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Kanka Server

БесплатноНе проверен

Enables local interaction with the Kanka worldbuilding API via MCP, supporting CRUD operations on characters, locations, and other worldbuilding entities, as we

GitHubEmbed

Описание

Enables local interaction with the Kanka worldbuilding API via MCP, supporting CRUD operations on characters, locations, and other worldbuilding entities, as well as campaign listing and search.

README

Local MCP tool for the Kanka worldbuilding API. Runs on your machine via stdio — no remote server needed.

Prerequisites

Install

npm install

Usage

MCP client configuration (Claude Desktop, Cursor, etc.)

Add this to your MCP client config:

{
  "mcpServers": {
    "kanka": {
      "command": "node",
      "args": ["<ABSOLUTE_PATH_TO_REPO>/index.js"],
      "env": {
        "KANKA_API_TOKEN": "<YOUR_KANKA_TOKEN>"
      }
    }
  }
}

Notes:

  • Replace <ABSOLUTE_PATH_TO_REPO> with the full path to this repository.
  • On Windows, prefer forward slashes (C:/Users/...) or escaped backslashes (C:\\Users\\...).
  • Restart the MCP client after editing the config.

Run directly

KANKA_API_TOKEN=your_token npm start

Install globally

npm install -g .
KANKA_API_TOKEN=your_token kanka-mcp

Available tools

The tool exposes 82 MCP tools for interacting with Kanka:

  • list_campaigns — List all campaigns
  • search — Search entities within a campaign
  • For each entity type (Character, Location, Family, Organization, Item, Note, Event, Calendar, Timeline, Creature, Race, Quest, Map, Journal, Ability, Entity):
    • list_<entities> — List all
    • get_<entity> — Get details
    • create_<entity> — Create new
    • update_<entity> — Update existing
    • delete_<entity> — Delete existing

Contributing

Community contributions are welcome.

Local quality checks

npm run lint
npm run format:check
npm test

from github.com/Heartran/Kanka-MCP-Server

Установка Kanka Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Heartran/Kanka-MCP-Server

FAQ

Kanka Server MCP бесплатный?

Да, Kanka Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Kanka Server?

Нет, Kanka Server работает без API-ключей и переменных окружения.

Kanka Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Kanka Server в Claude Desktop, Claude Code или Cursor?

Открой Kanka Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Kanka Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development