Skip to content
Gemini CLI

MIAPI — Grounded Web Answers for Gemini CLI

uk.miapi/miapi

Web search and AI answers with real source citations and a confidence score.

client:Gemini CLI transport:stdio runtime:pypi

Install MIAPI — Grounded Web Answers 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": {
    "miapi": {
      "command": "uvx",
      "args": [
        "miapi-sdk"
      ],
      "env": {
        "MIAPI_API_KEY": "<MIAPI_API_KEY>"
      }
    }
  }
}

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

MIAPI — Grounded Web Answers in other clients