Skip to content
Claude Desktop

Microsoft Forms API for Claude Desktop

io.github.maxim-mazurok/msforms-api

Inspect, validate, upload, and submit Microsoft Forms responses

client:Claude Desktop transport:stdio runtime:npm

Install Microsoft Forms API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Microsoft Forms API in other clients