CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Studio

kaitoi-labs/kaitoi-mcp
HTTPregistry active
Summary

Gives your AI agent programmatic access to Kaitoi Studio's visual workflow canvas for creative production pipelines. You can search and add nodes from providers like Fal, Replicate, Runway, and ComfyUI, wire them together, tune parameters, validate graphs, and run full pipelines from a conversation. Useful when you're building repeatable creative systems that mix multiple models or media types (image, video, audio, 3D) and want your agent to scaffold, modify, or execute workflows in the same workspace you use visually. Includes tools for custom node authoring, file management, and project persistence. Requires a Kaitoi Studio account (currently private beta) and works over streamable HTTP with bearer token auth.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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:

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:

{
  "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):

{
  "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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM Tools
Registryactive
TransportHTTP
UpdatedJun 1, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f