MCP Integration
Connect any AI agent to Tenkai vision tools via Model Context Protocol.
⚙ "USB-C for AI Agents"
MCP is an open protocol that standardizes how AI applications connect to external tools. Tenkai exposes all vision capabilities as MCP tools — any compatible agent can use them natively.
✦ tenkai_image_restoration
Restore and upscale degraded images using HYPIR. Supports denoising, artifact removal, and 1-8x super-resolution in a single pass.
✨ tenkai_generate_image
Generate images from text prompts using FLUX.2 [klein] 4B. Custom dimensions, steps, and guidance scale.
✏ tenkai_edit_image
Edit an existing image using a text prompt with FLUX.2 [klein] 4B. Accepts image URL or base64 data URI.
↑ tenkai_video_super_resolution
Upscale video resolution 2x or 4x using SeedVR2 one-step diffusion. Supports up to 121 frames per clip.
▶ tenkai_video_generation
Generate videos from text or images using LTX-Video 2B. Text-to-video and image-to-video, up to 10 seconds at 24fps.
⬢ tenkai_segmentation
Segment objects in images by open-vocabulary text prompt using SAM3. Returns masks, bounding boxes, and confidence scores.
MCP Tool Definition
Connect — Claude Desktop
Add to claude_desktop_config.json:
Connect — Cursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
Connect — Python
Agent Workflow Example
tenkai_image_restoration → restores degradation + upscales 4xtenkai_video_generation with the restored image → image-to-videoLive Agent Demo
See how an AI agent uses Tenkai MCP tools in a real conversation:
This is the power of MCP — AI agents that autonomously see, evaluate, and enhance visuals.
Supported Clients
Claude Desktop, VS Code Copilot, OpenAI Agents SDK, Cursor, Windsurf, and any MCP-compatible AI host.
Transport
Supports both stdio (local) and Streamable HTTP (remote) transports. Hosted at https://tenkai.click/mcp.
Open Standard
Built on MCP spec. JSON-RPC 2.0 wire format. Image results returned as CDN URLs.