mcpbeat Sign in

Vscode Demo Time MCP Server

local only

Vscode Demo Time runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 20 Aug 2026.

Enables AI assistants to interact with Demo Time and helps build presentations and demos.

Installs per day peak 73 · avg 12 · +71% w/w
a month agotoday
101
Installs / week
npm · @demotime/mcp
246
Stars
34 open issues
20 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 21 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.

      const childProcess = spawn(command, spawnArgs, { cwd: wsPath });
Page loads a third-party script apps/powerpoint-addin/index.html:7
  <script type="text/javascript" src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
Page executes code built at runtime apps/vscode-extension/assets/api/index.html:582
        button.innerHTML = originalContent;

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 vscode-demo-time -- npx -y @demotime/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vscode-demo-time": {
      "args": [
        "-y",
        "@demotime/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vscode-demo-time]
command = "npx"
args = ["-y", "@demotime/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vscode-demo-time": {
      "args": [
        "-y",
        "@demotime/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vscode-demo-time": {
      "args": [
        "-y",
        "@demotime/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vscode Demo Time

same job, measured the same way
I
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

40 installs/wk local only
Serpzilla MCP Server
by serpzilla

Enables AI assistants to natively interact with the Serpzilla link-building marketplace.

28 tools answering
Hithereiamaliff MCP Nextcloud
by smithery

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

answering
MCP Server Zotero Dev
by introfini

MCP server enabling AI assistants to build, test, and debug Zotero plugins

81 installs/wk local only
MCP Server Spira
by inflectra

A Model Context Protocol (MCP) server enabling AI assistants to interact with Spira by Inflectra.

141 installs/wk local only
MCP Devkit Server
by mapbox

Provides AI assistants with direct access to Mapbox developer APIs and documentation.

284 installs/wk answering
Figma MCP Server
by oabolade

MCP server enabling AI assistants to interact with Figma designs via natural language commands

18 installs/wk local only
Deep Anime AI MCP
by rocnubie

Deep Anime helps you turn a photo into anime, build character art, and refine scene ideas with

local only

Vscode Demo Time — questions

Answers built from our own checks of this server.

Why is there no uptime for Vscode Demo Time?
Vscode Demo Time 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 @demotime/mcp was installed 101 times last week.
How do I connect Vscode Demo Time?
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 @demotime/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Vscode Demo Time?
The npm package @demotime/mcp was installed 101 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vscode Demo Time open source?
We cannot say either way: written in TypeScript, 246 stars on GitHub and 34 open issues, but we could not determine the licence, and without one the code is not open source by default.