Docs / MCP

Docs · MCP

Wyren MCP server

Plug Claude, Cursor, Zed, Windsurf, or any MCP-compatible agent into the Wyren canvas. Build pipelines, generate media, and publish APIs from natural language.

Install

Run the installer inside any project. It wires up the MCP server and an agent skill in your client's config.

bash
$ npx wyren-mcp

Requires Node.js 20+. Zero config beyond the one-liner above.

Authenticate

Sign in at wyren.com/signup to provision an API key. The skill reads it from your environment — no secrets live in your repo.

Prompt your agent

Ask the agent for a pipeline in plain English. It composes nodes, picks models, runs the graph, and returns generated media. Three beats:

  • Prompt: describe the video you want.
  • Build: the agent composes the pipeline on your canvas.
  • Ship: get a file back, or publish the graph as an API.

Supported clients

Works with every major MCP client that speaks stdio:

  • Claude Desktop— Anthropic, macOS & Windows
  • Claude Code — Anthropic CLI + IDE
  • Cursor — Anysphere IDE
  • Windsurf — Codeium IDE
  • Zed — Zed Industries editor
  • Cline — VS Code extension
  • Continue— VS Code & JetBrains
  • Custom MCP clients — any stdio-compatible agent

Available models

  • Text: Gemini
  • Image: Gemini, Imagen, Kling
  • Video: Veo, Kling
  • Voice: ElevenLabs

FAQ

Which agents work with it?

Claude, Cursor, Windsurf, Zed, and any MCP-compatible client.

Do I need to write code?

No. Describe the video in plain English and the agent handles the rest.

What models are available?

Gemini for text. Gemini, Imagen, and Kling for image. Veo and Kling for video. ElevenLabs for voice.

What does it cost?

The MCP server is free. Running operations spends Wyren credits.

Need more?

Review the Terms and Privacy Policy, or reach out at support@wyren.dev.