Microsoft Forms API for Cline
io.github.maxim-mazurok/msforms-api
Inspect, validate, upload, and submit Microsoft Forms responses
client:Cline
transport:stdio
runtime:npm
Install Microsoft Forms API in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs