MCPHIVE

Kaiten MCP

Local · stdio

A community server for Kaiten (a Russian kanban tracker): 26 tools — cards (CRUD and search), comments, spaces and boards, reference data (columns, lanes, types), users, built-in caching and diagnostics. Stdio; KAITEN_API_URL and KAITEN_API_TOKEN from the Kaiten dashboard. The most actively maintained server in this batch. Not an official Kaiten product.

Why this server

  • 26 tools: cards, comments, spaces and boards, reference data, users
  • The most actively maintained one found: v3.6.1 from July 10, 2026, ~489 downloads/month
  • Verbosity modes and caching are claimed by the author to save up to 90% tokens on bulky responses
  • kaiten_cache_invalidate_* and kaiten_get_status — cache control and diagnostics right from chat

Usage examples

Prompt: Find cards in the "Development" space with status "In progress"

Result: The agent called kaiten_search_cards filtered by space and status, then kaiten_get_card on the first result.

Prompt: Create a "Fix login bug" card on the Sprint board and add a comment with details

Result: The agent called kaiten_create_card with the board_id and title, then kaiten_create_comment on the new card.

Local server

This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.

Reviews

No reviews yet.