mcpbeat Sign in

Servicenow Nodejs MCP Server

by nickzitzer Your server? Claim it
local only

Servicenow Nodejs runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 84 · avg 13 · -1% w/w
a month agotoday
77
Installs / week
npm · servicenow-mcp-server
53
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Servicenow Nodejs 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 servicenow-nodejs -- npx -y servicenow-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "servicenow-nodejs": {
      "args": [
        "-y",
        "servicenow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.servicenow-nodejs]
command = "npx"
args = ["-y", "servicenow-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "servicenow-nodejs": {
      "args": [
        "-y",
        "servicenow-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "servicenow-nodejs": {
      "args": [
        "-y",
        "servicenow-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SERVICENOW_INSTANCE_URL (ServiceNow instance URL (e.g., https://dev123456.service-now.com)), SERVICENOW_USERNAME (ServiceNow username), SERVICENOW_PASSWORD (ServiceNow password), SERVICENOW_AUTH_TYPE (Authentication type (default: basic)), SERVICENOW_INSTANCE (Specific instance name from config file (optional)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Servicenow Nodejs

same job, measured the same way
Lead Intelligence
by timzinin-api

Pay-per-call lead intelligence tools with free MCP discovery and x402 payments.

8 tools answering
Ncp
by portel-dev

N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

99 installs/wk local only
agent-tools (x402 + MCP + A2A directory)
by agenttools-cloud

Discover x402 services, MCP servers and A2A agents by intent — agent-tools.cloud directory.

166 installs/wk 11 tools answering
Sn MCP Server
by imjaineel

Multi-instance read-only MCP server for ServiceNow

58 installs/wk local only
Google Analytics 4
by mindstone

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

44 installs/wk local only
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

1 683 installs/wk local only
Discord MCP
by pasympa

A lightweight, multi-guild Discord MCP server with 95+ tools

615 installs/wk local only
Vet
by getvet

Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.

56 installs/wk local only

Servicenow Nodejs — questions

Answers built from our own checks of this server.

Why is there no uptime for Servicenow Nodejs?
Servicenow Nodejs 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 servicenow-mcp-server was installed 77 times last week.
How do I connect Servicenow Nodejs?
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 servicenow-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Servicenow Nodejs?
The npm package servicenow-mcp-server was installed 77 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Servicenow Nodejs open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 53 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.