Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Kaitoi Studio
K
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Kaitoi Studio

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Build and run visual creative-production workflows from your AI agent.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kaitoi-studio": {
      "command": "npx",
      "args": [
        "-y",
        "kaitoi-studio"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Kaitoi Studio MCP Server

AI changed creation. Kaitoi changes production.

Kaitoi Studio is a hybrid intelligence platform for creative work β€” a visual canvas where you design workflows that adapt to your vision, then scale them into real production pipelines.

This MCP server exposes Kaitoi Studio's workflow engine to your AI agent. Build a color-grade pipeline from Claude. Have Cursor wire a Fal video model into an existing graph. Ask your agent to scaffold a custom node, validate it, and drop it onto your canvas. Your agent and you share one workspace β€” the same canvas you work in visually.

Kaitoi Studio is currently in Private Beta. Join the waitlist β†’


What You Can Do

Connect your AI agent (Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, or any MCP client) to Kaitoi Studio and drive your creative pipelines from a conversation.

Run workflows

  • run_node β€” Execute a single node and wait for its output
  • run_graph β€” Execute the full graph or a target subset of nodes
  • validate_graph β€” Surface errors and missing connections before you run

Build graphs programmatically

  • add_node β€” Drop any node from the library onto your canvas
  • connect_nodes / disconnect_nodes β€” Wire outputs to inputs
  • update_node β€” Change inputs, parameters, prompts
  • delete_node / clear_graph β€” Prune or reset

Discover nodes

  • search_nodes β€” Semantic + lexical search across builtin, user, and community nodes
  • list_packages / get_package / list_package_files / read_package_file β€” Browse node packages

Inspect state

  • get_graph_state β€” Full structure: nodes, connections, parameters
  • get_node_info β€” Details of a single node
  • get_node_output β€” Fetch outputs from a node that already ran
  • get_app_health β€” System status

Manage projects

  • list_projects / load_project / save_project β€” Persist and recall workflows

Work with files and assets

  • browse_library β€” Search your uploaded files by folder, keyword, or data type
  • upload_file β€” Ingest a file from a URL into your Library
  • read_file / write_file / update_file β€” Edit custom node scripts and other project files

Author custom nodes

  • get_node_code β€” Read the source of any node on your canvas
  • validate_node_script β€” Syntax and schema check against Kaitoi's node spec
  • search_user_scripts β€” Find your custom nodes

Research from inside the agent

  • get_fal_docs β€” Fetch documentation for any fal.ai endpoint (OpenAPI, markdown, and client snippets)
  • web_search β€” Web search that returns URLs, titles, and snippets
  • crawl_url β€” Clean markdown extraction with optional screenshot and link graph

Plus: 10 knowledge resources (node development, runtime API, data types, graph operations, troubleshooting, platform capabilities) and 3 expert prompts (build_computational_workflow, create_custom_node, debug_workflow_issues) your agent can invoke on demand.


Why This Matters

Kaitoi Studio gives your agent something more useful than a single model endpoint: a graph of nodes it can search, compose, and run. Instead of picking one provider and one output type at a time, your agent can work inside a reusable workflow system that already knows how to generate, transform, and combine different kinds of media.

Any provider or model can become part of the workflow. Kaitoi graphs can mix nodes backed by Fal.ai, OpenAI, Anthropic, Google Gemini, OpenRouter, Stability AI, Replicate, Runway, Tripo3D, ElevenLabs, Freepik, Ollama, ComfyUI, and more. Through MCP, your agent can search for the right nodes, wire them together, tune parameters, validate the graph, and run the whole pipeline from one place.

Workflows are reusable, not one-off prompts. Your agent can load existing Kaitoi projects, build on top of established graph patterns, edit custom nodes, and save the result back into the same workspace you use visually. That makes it useful for repeatable creative systems, not just single generations.

The output surface is broad. Kaitoi workflows can create and process images, video, audio, 3D assets, documents and PDFs, web apps, embeddings, plots, and other structured outputs. The MCP server gives your agent access to that whole environment instead of a narrow "generate image" or "generate video" API.


Quick Start

1. Get a Kaitoi Studio account. Join the waitlist if you're not in the beta yet.

2. Generate your connection command. In Kaitoi Studio, open Settings β†’ MCP. Pick your client (Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, ...). The app generates the exact command or config block for your platform, with a freshly minted API token.

3. Paste it into your client.

Claude Code:

Terminal
claude mcp add --transport http kaitoi-studio \
  https://mcp.studio.kaitoi.io \
  --header "Authorization: Bearer YOUR_TOKEN"

Cursor / VS Code / any MCP client with native remote HTTP support:

config.json
{
  "mcpServers": {
    "kaitoi-studio": {
      "url": "https://mcp.studio.kaitoi.io",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Claude Desktop (via the mcp-remote bridge, until native remote HTTP lands in your install):

config.json
{
  "mcpServers": {
    "kaitoi-studio": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.studio.kaitoi.io",
        "--header",
        "Authorization: Bearer YOUR_TOKEN"
      ]
    }
  }
}

4. Verify. Ask your agent: "Use Kaitoi Studio to list my projects."

Additional config snippets live in examples/.


Example Usage

"Grade this render."

"Load my Trailer_v3 project in Kaitoi Studio, add a ColorGrade node after the VideoRender, lift the shadows to 1.05 and pull gamma to 0.92, run the graph, and give me the output path."

Your agent loads the project, adds and wires the node, runs the graph, and returns the ProRes file path β€” in one turn.

"Find me the right Fal model and wire it in."

"I need a fast image-to-video model on Fal with lip-sync. Search Fal docs, pick one, add it to my current graph with inputs from the CastingShot node, and run a test render."

The agent calls get_fal_docs, search_nodes, add_node, connect_nodes, and run_node in sequence.

"Scaffold a custom node for me."

"Write a node that takes a batch of images and applies a LUT from my Library. Validate it against the node spec, then drop it into my pipeline after the ImageBatch node."

The agent writes the script, calls validate_node_script, saves it, and adds it to the canvas.


Configuration

ItemValue
TransportStreamable HTTP
Endpointhttps://mcp.studio.kaitoi.io
AuthBearer token (generated in-app)
Token lifetime365 days by default, revocable anytime
ScopePer-user β€” each token only sees the workspace of the user who minted it

Tokens are minted and revoked in Kaitoi Studio under Settings β†’ MCP. Mint a separate token per client (Claude Code, Cursor, ...) so you can revoke any of them without affecting the others.


Requirements

  • A Kaitoi Studio account (currently Private Beta β€” waitlist)
  • An MCP client with remote HTTP server support:
    • Claude Code (native)
    • Cursor (native)
    • VS Code with an MCP-capable extension
    • Claude Desktop (via Custom Connectors, or the mcp-remote bridge)
    • Windsurf, Zed, and other MCP-compatible clients β€” consult your client's docs for remote-HTTP specifics

No local install, no runtime, no self-hosting. The server is hosted by Kaitoi Labs.


Links

  • Product: kaitoi.io/studio
  • Company: kaitoi.io/labs
  • Discord: discord.gg/3A5YfXnCH
  • Waitlist: kaitoi.io/studio

About Kaitoi Labs

Kaitoi Labs, Inc. is a San Francisco–based team building hybrid intelligence tools for creative production. Our background spans AI, filmmaking, VFX, and product design. We believe the most powerful tools don't replace intuition β€” they amplify it.

License

The contents of this repository are released under the MIT License. Access to the Kaitoi Studio MCP server itself is governed by the Kaitoi Studio terms of service.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • S
    Studio

    Build and run visual creative-production workflows from your AI agent.

    πŸ’» Developer Tools0 views
    Compare vs Studio β†’
  • Chiplab logoChiplab

    Run, build, and validate firmware on virtual hardware from your AI agent. Hardware knowledge corpus.

    πŸ’» Developer Tools1 views
    Compare vs Chiplab β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Kaitoi Studio

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "kaitoi-studio": { "command": "npx", "args": ["-y", "Kaitoi Studio"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKaitoi Studio AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kaitoi-studio?style=directory)](https://allmcps.com/mcp/kaitoi-studio)
HTML Embed
<a href="https://allmcps.com/mcp/kaitoi-studio"><img src="https://allmcps.com/api/badge/kaitoi-studio?style=directory" alt="Kaitoi Studio on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Kaitoi Studio β†’Install in Claude DesktopInstall in CursorInstall in VS Code