Skip to content
Gemini CLI

Microsoft Forms API for Gemini CLI

io.github.maxim-mazurok/msforms-api

Inspect, validate, upload, and submit Microsoft Forms responses

client:Gemini CLI transport:stdio runtime:npm

Install Microsoft Forms API 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": {
    "msforms-api": {
      "command": "npx",
      "args": [
        "-y",
        "msforms-api"
      ],
      "env": {
        "MSFORMS_PROFILE_DIRECTORY": "<MSFORMS_PROFILE_DIRECTORY>",
        "MSFORMS_BROWSER_CHANNEL": "<MSFORMS_BROWSER_CHANNEL>",
        "MSFORMS_HEADLESS": "<MSFORMS_HEADLESS>"
      }
    }
  }
}

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

Microsoft Forms API in other clients