mcpbeat Sign in

MCP Ticket Demo MCP Server

local only

MCP Ticket Demo runs on your own machine — the client starts it, so there is no endpoint to ping. 828 installs a week from npm. Last commit 20 Sep 2026.

MCP server demo — tickets, schema discovery, auth, and PII gating. stdio + HTTP.

Installs per day peak 596 · avg 19
a month agotoday
828
Installs / week
npm · mcp-ticket-demo
1
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 10 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 child = spawn(process.execPath, process.argv.slice(1), {
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Page executes code built at runtime extension/media/diagnostics.html:264
      root.innerHTML = steps.map((s) =>

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

This one needs environment variables set before it will start: MCP_MODE (Transport mode. Use 'stdio' for IDE child process, 'http' for HTTP server.), MCP_API_KEY (API key for authenticated tool calls. Issue one on /admin → API Keys. Required when AUTH_MODE=write or AUTH_MODE=all.), AUTH_MODE (Authentication mode: off (default), write (write+pii tools gated), all (every tool gated).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ticket Demo

same job, measured the same way
Google Analytics 4
by mindstone

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

39 installs/wk local only
I
Mssql
by connorbritain

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

258 installs/wk local only
MCP Registry
by mdfifty50-boop

MCP server discovery, indexing, and registration

29 installs/wk local only
Google Analytics MCP
by surendranb

GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.

1 753 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

35 installs/wk local only
Servicenow Nodejs
by nickzitzer

Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery

74 installs/wk local only
Ticketmaster
by pipeworx-io

Ticketmaster Discovery v2 MCP.

41 tools answering

MCP Ticket Demo — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ticket Demo?
MCP Ticket Demo 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 mcp-ticket-demo was installed 828 times last week.
How do I connect MCP Ticket Demo?
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 mcp-ticket-demo straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Ticket Demo?
The npm package mcp-ticket-demo was installed 828 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 MCP Ticket Demo open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.