mcpbeat Sign in

Microsoft Forms API MCP Server

local only

Microsoft Forms API runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 14 Aug 2026.

Inspect, validate, upload, and submit Microsoft Forms responses

Installs per day peak 24 · avg 1
a month agotoday
54
Installs / week
npm · msforms-api
0
Stars
1 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/browser-runtime.ts:41
  const installResult = spawnSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add msforms-api -- npx -y msforms-api
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "msforms-api": {
      "args": [
        "-y",
        "msforms-api"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.msforms-api]
command = "npx"
args = ["-y", "msforms-api"]
.cursor/mcp.json
{
  "mcpServers": {
    "msforms-api": {
      "args": [
        "-y",
        "msforms-api"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "msforms-api": {
      "args": [
        "-y",
        "msforms-api"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Microsoft Forms API

same job, measured the same way
Mif Tools
by varun29ankus

Convert, validate, and inspect AI agent memories across formats

63 installs/wk local only
Formasty
by formasty

Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.

answering
OpenHCS
by openhcsdev

Inspect, author, validate, and run high-content microscopy workflows.

1 586 installs/wk local only
HuaweiAppGalleryMcp
by agimaulana

Huawei AppGallery Connect MCP: upload APK/AAB, update metadata, submit and manage app releases.

87 installs/wk local only
Microsoft Access Database
by unmateria

Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.

1 489 installs/wk local only
Google Forms MCP
by a1-x-tech

MCP server for the Google Forms API: create forms, manage questions, read responses and watches.

142 installs/wk local only
RTBlint
by aleksuix

Validate OpenRTB bid requests and responses against IAB specs. ARTF, Rust core.

6 tools answering
Bionicforms MCP
by mwbidwell

Build forms, manage responses, and run AI analysis via the BionicForms API.

19 installs/wk local only

Microsoft Forms API — questions

Answers built from our own checks of this server.

Why is there no uptime for Microsoft Forms API?
Microsoft Forms API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package msforms-api was installed 54 times last week.
How do I connect Microsoft Forms API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls msforms-api straight from npm; nothing to host, nothing to sign up for.
How many people use Microsoft Forms API?
The npm package msforms-api was installed 54 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Microsoft Forms API open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.