Servicenow Nodejs
Rank #2,820io.github.nickzitzer/servicenow-nodejs
MCP server providing servicenow-nodejs capabilities
Servicenow Nodejs is a Model Context Protocol (MCP) server published by happy-technologies-llc. It ranks #2,820 of 132,046 servers tracked on MCP Toplist, and its repository has 54 GitHub stars. Servicenow Nodejs is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Sep 30, 2025 and most recently updated on Oct 17, 2025.
Ranks ahead of 129,226 of 132,046 servers on MCP Toplist.
Use Servicenow Nodejs
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add servicenow-nodejs -e "SERVICENOW_INSTANCE_URL=<your SERVICENOW_INSTANCE_URL>" -e "SERVICENOW_USERNAME=<your SERVICENOW_USERNAME>" -e "SERVICENOW_PASSWORD=<your SERVICENOW_PASSWORD>" -e "SERVICENOW_AUTH_TYPE=<your SERVICENOW_AUTH_TYPE>" -e "SERVICENOW_INSTANCE=<your SERVICENOW_INSTANCE>" -- npx -y servicenow-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.servicenow-nodejs]
command = "npx"
args = ["-y", "servicenow-mcp-server"]
[mcp_servers.servicenow-nodejs.env]
SERVICENOW_INSTANCE_URL = "<your SERVICENOW_INSTANCE_URL>"
SERVICENOW_USERNAME = "<your SERVICENOW_USERNAME>"
SERVICENOW_PASSWORD = "<your SERVICENOW_PASSWORD>"
SERVICENOW_AUTH_TYPE = "<your SERVICENOW_AUTH_TYPE>"
SERVICENOW_INSTANCE = "<your SERVICENOW_INSTANCE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<your SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<your SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<your SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<your SERVICENOW_INSTANCE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<your SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<your SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<your SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<your SERVICENOW_INSTANCE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"servicenow-nodejs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<your SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<your SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<your SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<your SERVICENOW_INSTANCE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<your SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<your SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<your SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<your SERVICENOW_INSTANCE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<your SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<your SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<your SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<your SERVICENOW_INSTANCE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nickzitzer%2Fservicenow-nodejs)<a href="https://mcptoplist.com/server/io.github.nickzitzer%2Fservicenow-nodejs"><img src="https://mcptoplist.com/badge/io.github.nickzitzer%2Fservicenow-nodejs.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
happy-technologies-llc
Available versions (2)
| Version | Published |
|---|---|
| 2.1.1 | Oct 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Servicenow Nodejs?
- Servicenow Nodejs is maintained by happy-technologies-llc, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Servicenow Nodejs listed on the Official MCP Registry?
- Yes — Servicenow Nodejs is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Servicenow Nodejs have?
- MCP Toplist tracks 2 versions of Servicenow Nodejs, most recently published on Oct 17, 2025.
- Where can I find the source code for Servicenow Nodejs?
- The source code for Servicenow Nodejs is hosted at github.com/happy-technologies-llc/happy-platform-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.