Gemini CLI can cut your video.

A generous free tier driving a tool that does not charge either.

Setup takes a minute: add the server, then pair with the code in the editor header. After that Gemini CLI has all 59 tools.

Setup

Add Frapea to Gemini CLI

  1. 1

    Add the server

    The user-level file is ~/.gemini/settings.json; a project-level ./.gemini/settings.json overrides it. Gemini CLI wants httpUrl for a streamable-HTTP server — plain url is its SSE field and will connect to nothing.
    ~/.gemini/settings.json
    {
      "mcpServers": {
        "frapea": {
          "httpUrl": "https://app.frapea.com/mcp"
        }
      }
    }

Then, the same for every client

Pair Gemini CLI with the editor

  1. 1Open the editor and click Connect an agent in the header. It shows an eight-character code.
  2. 2Paste the whole line into Gemini CLI — the sentence, not just the code. It tells the agent which tool to call.
  3. 3Good for ten minutes, and once. If it has expired, read a fresh one.

Nothing to sign up for, and no API key on either side. The endpoint is https://app.frapea.com/mcp.

When it doesn't take

One thing goes wrong, and this is it.

1Frapea is missing from /mcp
Either a project-level ./.gemini/settings.json is shadowing the user-level one, or the key is url rather than httpUrl — the first is for SSE servers and this one is not.

Using something else?

Any client that speaks MCP can drive Frapea. These are written out.