Google Flow Server
БесплатноНе проверенAutomates sports editorial graphic poster creation using Google Flow through a Playwright-based pipeline, exposing a FastMCP server for integration with MCP cli
Описание
Automates sports editorial graphic poster creation using Google Flow through a Playwright-based pipeline, exposing a FastMCP server for integration with MCP clients.
README
A Playwright-based automation pipeline for generating sports editorial graphic posters using Google Flow.
Project Architecture
newlab/
├── .gitignore
├── README.md
├── requirements.txt
├── main.py # Primary entry point
├── flow_scraper.py # Legacy entry point wrapper
└── app/
├── __init__.py
├── config.py # Configs, selectors, and directory paths
├── prompts.py # FLOW_PROMPT text templates
├── utils/
│ ├── __init__.py
│ ├── clipboard.py # Windows clipboard image copy helper
│ └── image.py # Directory image scanning logic
└── automation/
├── __init__.py
└── flow.py # Playwright UI steps & automation pipeline
Prerequisites
- Python 3.10+
- Google Chrome browser
- Pre-configured
chrome_profile/directory logged into Google
Setup & Execution with UV
This project is configured to use uv for fast, isolated Python package and environment management.
1. Initialize / Install Dependencies
uv sync
uv run python -m playwright install chromium
2. Run FastMCP Server
To run the FastMCP server via STDIO (for Claude Desktop, Cursor, or MCP clients):
uv run python -m app.mcp.server
or using FastMCP CLI:
uv run fastmcp run app/mcp/server.py
3. Run MCP Inspector Mode
To launch the MCP Server with interactive web-based Inspector:
uv run fastmcp dev inspector app/mcp/server.py
or via npx:
npx @modelcontextprotocol/inspector uv run python -m app.mcp.server
4. Connect with Claude Desktop
Add the following block to your %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"google-flow": {
"command": "C:/Users/sohel/AppData/Roaming/Python/Python312/Scripts/uv.exe",
"args": [
"--directory",
"c:/MCP Servers/flow-project",
"run",
"python",
"-m",
"app.mcp.server"
]
}
}
}
Direct Script Execution
Execute standard automation pipeline via main.py:
uv run python main.py
Установка Google Flow Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rafin0906/google-flow-mcp-serverFAQ
Google Flow Server MCP бесплатный?
Да, Google Flow Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Flow Server?
Нет, Google Flow Server работает без API-ключей и переменных окружения.
Google Flow Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Google Flow Server в Claude Desktop, Claude Code или Cursor?
Открой Google Flow Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Google Flow Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
