Skip to content
Gemini CLI

QuickerSpot MCP Server for Gemini CLI

io.github.raphaelinacio/quickerspot-mcp

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

client:Gemini CLI transport:stdio runtime:pypi

Install QuickerSpot MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quickerspot-mcp": {
      "command": "uvx",
      "args": [
        "quickerspot-mcp"
      ],
      "env": {
        "QUICKERSPOT_API_KEY": "<QUICKERSPOT_API_KEY>",
        "QUICKERSPOT_API_URL": "<QUICKERSPOT_API_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

QuickerSpot MCP Server in other clients