← openflowmcp.com

INDIVIDUAL MCP TOOL

create_character_from_photo

Create a new Flow character whose portrait (and optionally body) is a REAL PHOTO, not a text description or generation.

openflowmcp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://openflowmcp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_character_from_photo and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

openflowmcp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.openflowapi]
url = "https://openflowmcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openflowapi": {
      "type": "http",
      "url": "https://openflowmcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openflowapi
Remote MCP URL: https://openflowmcp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "openflowapi": {
      "url": "https://openflowmcp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openflowapi": {
      "type": "http",
      "url": "https://openflowmcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openflowapi",
  "transport": "streamable-http",
  "url": "https://openflowmcp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • generate_with_face — Generate a NEW image of the SAME PERSON/character as an existing photo or portrait — dress them differently, move them somewhere else, make an avatar.
  • generate_image — Generate an image from a text prompt via Google Flow.
  • music_generate — Generate a full song from a text brief via Google Flow Music (Lyria).
  • music_chat — Talk to the Google Flow Music Producer agent instead of one-shotting a track.
  • music_stems — Split a track we generated into stems (vocals, instrumental, drums, bass, …).
  • music_list — List the user's music tracks.
  • music_get — Get metadata for a single music track.
  • music_download — Download the raw .m4a file of a track to the server.