MCP Server
MCP
Kaiten
Manage Kaiten spaces, boards, cards, comments, and tags with compact MCP responses.
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
By
Comments
Sign in to leave a comment