mcpbeat Sign in

Servicenow MCP AI MCP Server

local only

Servicenow MCP AI runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 3 Jul 2026.

ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.

Installs / week
not published
8
Stars
0 open issues
3 Jul 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

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

Executes code built at runtime src/api/codecheck.ts:177
      new Function(source);
Runs an external command src/core/oauth-login.ts:69
    const child = spawn(cmd, args, { stdio: "ignore", detached: true });
Dumps the whole environment src/core/config.ts:114
  for (const key of Object.keys(process.env)) {

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

Alternatives to Servicenow MCP AI

same job, measured the same way
Servicenow MCP AI
by leasstatt

ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.

82 installs/wk local only
devmcp
by rudranaresh0201

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

124 installs/wk local only
Servicenow Nodejs
by nickzitzer

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

77 installs/wk local only
Orion
by goplasmatic

Build and operate declarative REST/Kafka services on Orion: 58 tools over the full admin API.

local only
Raycast
by expertvagabond

Raycast workflow automation MCP server with 9 tools

43 installs/wk local only
Attest MCP
by spazio-genesi

Free proof-of-existence attestation for digital files, MCP tools for the imgauth service.

61 installs/wk local only
Homey-Wan-Kenobi MCP
by ringosystems

MCP server for Homey Pro: 60 tools for devices, flows, energy, and Z-Wave/Zigbee diagnostics.

local only
Overseerr MCP
by tootie

MCP server for Overseerr media requests and discovery.

52 installs/wk local only

Servicenow MCP AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Servicenow MCP AI?
Servicenow MCP AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Servicenow MCP AI open source?
Yes — it is published under the MIT licence, written in TypeScript and 8 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.