INDIVIDUAL MCP TOOL
add_account_token
Attach one of YOUR OWN Google accounts to the pool using an oauth_token captured on the USER'S OWN machine (password/2FA never leave it).
LIVE ENDPOINT
https://openflowmcp.com/mcp
Connect to this endpoint to inspect the live schema for add_account_token and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.