← openflowmcp.com

INDIVIDUAL MCP TOOL

generate_character_expression_sheet

Generate a single image showing the character's FACE with several different expressions in one row, labeled — an "expression sheet".

openflowmcp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://openflowmcp.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.