ServiceNow Nodejs MCP Server

Model Context Protocol Server for the ServiceNow Platform A metadata-driven MCP server that auto-generates 480+ tools across 160+ tables, with multi-instance support, natural language search, and local script development.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-09 · ★ 52 · #199 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install ServiceNow Nodejs

before you install - you'll need

SERVICENOW_INSTANCE, HAPPY_CONFIG_PATH are optional or environment-specific per the README.

Claude Code

claude mcp add happy-technologies-llc-mcp-servicenow-no -- npx -y servicenow-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "happy-technologies-llc-mcp-servicenow-no": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package servicenow-mcp-server - unscoped; check the name against the project README before installing

registry registry publisher io.github.nickzitzer is not the repo owner (happy-technologies-llc) - the registry entry was published by someone else

03 · What ServiceNow Nodejs can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v5.1.0 · 2026-07-27

See CHANGELOG.md for details.

v5.0.0 · 2026-07-23

See CHANGELOG.md for details. · add verified project funding link · add GitHub Sponsors funding route · add per-call instance routing

v4.0.0 · 2026-07-16

See CHANGELOG.md for details. · per-user authorization_code + PKCE loopback OAuth flow · New Contributors · @cbonitz8 made their first contribution in

04 · Who maintains ServiceNow Nodejs

servicenow-nodejs is maintained by happy-technologies-llc. It's the only MCP server we track from this author; the repo dates to Sep 2025.

05 · Facts

category
other - ranked #199 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-27)
registry
io.github.nickzitzer/servicenow-nodejs (active, first published 2025-10-17)
packages
npm:servicenow-mcp-server

06 · ServiceNow Nodejs FAQ

What is ServiceNow Nodejs?

Model Context Protocol Server for the ServiceNow Platform A metadata-driven MCP server that auto-generates 480+ tools across 160+ tables, with multi-instance support, natural language search, and local script development.

Is ServiceNow Nodejs still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-09 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install ServiceNow Nodejs?

Run `npx -y servicenow-mcp-server`. The README documents 2 environment variables (SERVICENOW_INSTANCE, HAPPY_CONFIG_PATH) to set first. SERVICENOW_INSTANCE, HAPPY_CONFIG_PATH are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does ServiceNow Nodejs run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to ServiceNow Nodejs