← Back to Plugins
MCP Server MCP

Kaiten

github By github 👁 1 views ▲ 0 votes

Manage Kaiten spaces, boards, cards, comments, and tags with compact MCP responses.

Homepage Verified source GitHub

Install

uvx kaiten-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "kaiten-mcp",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Kaiten API token from Profile > API key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KAITEN_API_TOKEN"
        },
        {
          "description": "Kaiten workspace slug. Required unless KAITEN_BASE_URL is set.",
          "format": "string",
          "name": "KAITEN_WORKSPACE_SLUG"
        },
        {
          "description": "Full Kaiten API root for on-prem or custom domains. Required unless KAITEN_WORKSPACE_SLUG is set.",
          "format": "string",
          "name": "KAITEN_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...