mcpbeat Sign in

InvGate Service Desk MCP Server

local only

InvGate Service Desk runs on your own machine — the client starts it, so there is no endpoint to ping. 93 installs a week from pypi. Last commit 10 Jun 2026.

InvGate Service Desk MCP: 96 tools/11 domains, 3-tier access (none/support/full), OTel.

Installs per day peak 46 · avg 15 · -13% w/w
a month agotoday
93
Installs / week
pypi · invgate-service-desk-mcp
3
Stars
0 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check InvGate Service Desk every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: INVGATE_BASE_URL (InvGate SD instance base URL, e.g. https://acme.sd.cloud.invgate.net), INVGATE_API_TOKEN (InvGate Service Desk API token), INVGATE_WRITE_PROFILE (Write access profile: none (default, read-only) | support | full). The author declared them in the registry entry; get the values from the project itself.

Alternatives to InvGate Service Desk

same job, measured the same way
Mt5 MCP By Leo
by tradesystemsnique

Full MCP server for MT5: access trades, logs, compilation, etc..

107 installs/wk local only
Clockify Time Tracking
by tracegazer

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

139 installs/wk local only
VMware Debug
by vmware-skills

VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 MCP tools.

local only
Fleet MCP
by simplyminimal

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

201 installs/wk local only
NinjaOne
by wyre-ai

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

local only
NinjaOne
by wyre-technology

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

local only
Jaeger MCP
by mshegolev

Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).

157 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only

InvGate Service Desk — questions

Answers built from our own checks of this server.

Why is there no uptime for InvGate Service Desk?
InvGate Service Desk 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 pypi package invgate-service-desk-mcp was installed 93 times last week.
How do I connect InvGate Service Desk?
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 invgate-service-desk-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use InvGate Service Desk?
The pypi package invgate-service-desk-mcp was installed 93 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is InvGate Service Desk open source?
Yes — it is published under the MIT licence, written in Python and 3 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.