Kaiten

v1.0.0Business Applicationsstable

Production-ready MCP server for Kaiten API integration with Claude Desktop

kaitenmcpai-integration
Share:
19
Stars
0
Downloads
0
Weekly
0/5

What is Kaiten?

Kaiten is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to production-ready mcp server for kaiten api integration with claude desktop

Production-ready MCP server for Kaiten API integration with Claude Desktop

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Production-ready MCP server for Kaiten API integration with

Use Cases

Integrate Kaiten project management API for team collaboration. Access task and project management features from Claude Desktop.
vsaranyuk

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx kaiten

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Kaiten

The Kaiten MCP server is a production-ready integration between Claude Desktop and the Kaiten project management platform, exposing 26 tools that cover the full lifecycle of kanban cards, boards, spaces, comments, and user management. It enables teams to create and update task cards, search across projects, manage comments, and navigate their Kaiten workspace — all through natural language conversations with Claude. Built with Node.js and featuring built-in caching, concurrency control, and verbosity settings for token efficiency, it is designed for daily use in professional team workflows.

Prerequisites

  • Node.js 20 or higher
  • A Kaiten account with API access (kaiten.ru or kaiten.io)
  • A Kaiten API token obtained from your profile settings
  • Your Kaiten workspace API URL (format: https://your-domain.kaiten.ru/api/latest)
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository and install dependencies

Clone the Kaiten MCP server repository and install Node.js dependencies.

git clone https://github.com/vsaranyuk/kaiten-mcp-server.git
cd kaiten-mcp-server
npm install
2

Configure environment variables

Copy the example environment file and fill in your Kaiten API credentials.

cp .env.example .env
3

Edit the .env file

Open .env and set the required Kaiten connection details. The API URL format must include /api/latest.

KAITEN_API_URL=https://your-domain.kaiten.ru/api/latest
KAITEN_API_TOKEN=your-kaiten-api-token
KAITEN_DEFAULT_SPACE_ID=12345
KAITEN_MAX_CONCURRENT_REQUESTS=5
KAITEN_CACHE_TTL_SECONDS=300
KAITEN_REQUEST_TIMEOUT_MS=10000
4

Build the server

Compile the TypeScript source to JavaScript.

npm run build
5

Add to Claude Desktop and verify

Add the built server to your claude_desktop_config.json, restart Claude Desktop, and ask Claude to show your Kaiten spaces to verify the connection.

{
  "mcpServers": {
    "kaiten": {
      "command": "node",
      "args": ["/path/to/kaiten-mcp-server/dist/index.js"],
      "env": {
        "KAITEN_API_URL": "https://your-domain.kaiten.ru/api/latest",
        "KAITEN_API_TOKEN": "your-kaiten-api-token",
        "KAITEN_DEFAULT_SPACE_ID": "12345"
      }
    }
  }
}

Kaiten Examples

Client configuration

Full claude_desktop_config.json entry for the Kaiten MCP server with all required environment variables.

{
  "mcpServers": {
    "kaiten": {
      "command": "node",
      "args": ["/path/to/kaiten-mcp-server/dist/index.js"],
      "env": {
        "KAITEN_API_URL": "https://your-domain.kaiten.ru/api/latest",
        "KAITEN_API_TOKEN": "your-kaiten-api-token",
        "KAITEN_DEFAULT_SPACE_ID": "12345",
        "KAITEN_MAX_CONCURRENT_REQUESTS": "5",
        "KAITEN_CACHE_TTL_SECONDS": "300",
        "KAITEN_REQUEST_TIMEOUT_MS": "10000"
      }
    }
  }
}

Prompts to try

Example prompts for managing Kaiten tasks and projects through Claude.

- "Show me all spaces in my Kaiten workspace."
- "Show me card 789."
- "Create a card titled 'Fix authentication bug' on board 456 with description 'Users cannot log in via OAuth'."
- "Search for cards containing 'authorization' on board 456."
- "Add a comment to card 789: 'Work is complete, ready for review'."
- "Find the 20 most recently updated cards in my workspace."
- "Show me all cards assigned to me across all boards."

Troubleshooting Kaiten

Connection refused or ECONNREFUSED when calling Kaiten tools

Verify that KAITEN_API_URL is correct and includes /api/latest at the end. Test the endpoint directly with curl: `curl -H 'Authorization: Bearer YOUR_TOKEN' https://your-domain.kaiten.ru/api/latest/users/current`.

401 Unauthorized errors from Kaiten API

Regenerate your API token in Kaiten profile settings and update KAITEN_API_TOKEN in your configuration. Ensure the token has not expired and that your account has API access permissions.

npm run build fails with TypeScript errors

Ensure you are using Node.js 20 or higher (`node --version`). Delete the node_modules directory and run `npm install` again before rebuilding. Check that all dependencies in package.json were installed successfully.

Frequently Asked Questions about Kaiten

What is Kaiten?

Kaiten is a Model Context Protocol (MCP) server that production-ready mcp server for kaiten api integration with claude desktop It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Kaiten?

Follow the installation instructions on the Kaiten GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Kaiten?

Kaiten works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Kaiten free to use?

Yes, Kaiten is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Kaiten Alternatives — Similar Business Applications Servers

Looking for alternatives to Kaiten? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "kaiten": { "command": "npx", "args": ["-y", "kaiten"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Kaiten?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides