nexus-gemini-mcp

jimmythegod100/nexus-gemini-mcp
★ 0 stars Python Browser/Web Updated today
MCP server for Gemini video generation API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-gemini-mcp": {
      "command": "uvx",
      "args": [
        "nexus-gemini-mcp"
      ]
    }
  }
}

Or install with pip: pip install nexus-gemini-mcp

README Excerpt

MCP server for Google Gemini video generation API. An async FastAPI service that exposes Gemini video generation as MCP tools for Cursor agents. ```bash poetry install poetry run nexus-gemini-mcp ``` Service runs on http://localhost:8001 Input: {prompt, duration, style, format, webhook_url} Output: {job_id, status, status_url}

Topics

geminimcpnexuspython