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
{
"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