mcpbeat Sign in

ServiceNow MCP Server

local only

ServiceNow MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 129 installs a week from npm. Last commit 15 Sep 2026.

400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.

Installs per day peak 64 · avg 26 · +34% w/w
a month agotoday
129
Installs / week
npm · @aartiq/servicenow-mcp
276
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call batch_request.url → desktop/serve.cjs:354, batch_request.url → desktop/serve.cjs:361, batch_request.url → desktop/serve.cjs:363
    fs.readFile(filePath, (readErr, data) => {
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 hasMulti = Object.keys(process.env).some(k => /^SN_INSTANCE_[A-Z0-9_]+_URL$/.test(k));

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

This one needs environment variables set before it will start: SERVICENOW_INSTANCE_URL (Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)), SERVICENOW_AUTH_METHOD (Authentication method: 'basic' or 'oauth'), SERVICENOW_BASIC_USERNAME (ServiceNow username (for basic auth)), SERVICENOW_BASIC_PASSWORD (ServiceNow password (for basic auth)), WRITE_ENABLED (Enable write operations (true/false, default: false)), SCRIPTING_ENABLED (Enable scripting operations (true/false, default: false)), CMDB_WRITE_ENABLED (Enable CMDB write operations (true/false, default: false)), NOW_ASSIST_ENABLED (Enable Now Assist AI features (true/false, default: false)), ATF_ENABLED (Enable ATF test execution (true/false, default: false)), MCP_TOOL_PACKAGE (Role-based tool package: full, service_desk, platform_developer, etc.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ServiceNow MCP Server

same job, measured the same way
ServiceNow MCP Server
by aartiq

400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.

local only
Deepadb
by fullread

Full-featured ADB MCP server — 209 tools across 49 modules, from UI to baseband.

61 installs/wk local only
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
Azure MCP Server
by microsoft

All Azure MCP tools to create a seamless connection between AI agents and Azure services.

145 637 installs/wk local only
Rise MCP
by gzlo

RISE CRM MCP server — 36 tools across CRM, projects, tickets, finance, sales, HR, and reports.

88 installs/wk local only
ServiceNow
by mindstone

ServiceNow ITSM MCP server for Model Context Protocol hosts

41 installs/wk local only
Hedera MCP
by expertvagabond

Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.

84 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

ServiceNow MCP Server — questions

Answers built from our own checks of this server.

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