Skip to main content
Glama
README.md
# 🌊 Google Flow Online MCP Server

A full-access, 100% cloud-hosted Model Context Protocol (MCP) Server for **Google Flow (`labs.google/flow`)** with Server-Sent Events (SSE) and Vercel deployment support. Designed specifically for **Google Gemini Spark**, **Claude Desktop**, **Cursor**, and **Antigravity IDE**.

---

## ⚡ 1-Click Vercel Deploy (24/7 Live Endpoint)

Deploy directly to Vercel for a 24/7 live SSE endpoint for Gemini Spark:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fabdulrehmanfatehali1-ui%2Fgoogle-flow-mcp-server)

---

## 🛠️ Google Flow Tools Included

1. **`flow_generate_image`**: Generate ultra-realistic images on Google Flow with custom aspect ratios (16:9, 9:16, 1:1) and styles.
2. **`flow_generate_video`**: Generate cinematic AI video sequences using Google Flow video engine (Veo/FX).
3. **`flow_create_character`**: Create consistent character profiles with facial and style consistency.
4. **`flow_create_scene`**: Build multi-element cinematic scenes and storyboards.
5. **`flow_use_grid_architect`**: Generate structured multi-panel visual grids (2x2, 3x3).
6. **`flow_open_tools_gallery`**: Access Google Flow tools, styles, and engine modules.
7. **`flow_queue_status`**: Monitor generation queue and render times.
8. **`flow_download_latest`**: Fetch direct high-res download links for all generated media.

---

## 🚀 How to Connect with Gemini Spark

1. Deploy this repository on **[vercel.com/new](https://vercel.com/new)** (select `google-flow-mcp-server` and click Deploy).
2. Copy your live Vercel URL (e.g. `https://google-flow-mcp-server.vercel.app/api/sse`).
3. In **Gemini Spark**, go to **Connected Apps** > **Add a custom app**.
4. Paste the URL and click **Connect**!

---

## 💻 Local / Desktop Configuration (Claude, Cursor, Antigravity)

```json
{
  "mcpServers": {
    "google-flow": {
      "command": "npx",
      "args": [
        "-y",
        "github:abdulrehmanfatehali1-ui/google-flow-mcp-server"
      ]
    }
  }
}
```