servicenow-nodejs
About
Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SERVICENOW_INSTANCE_URL SERVICENOW_USERNAME SERVICENOW_PASSWORD SERVICENOW_AUTH_TYPE SERVICENOW_INSTANCEClaude Code
claude mcp add --env SERVICENOW_INSTANCE_URL= --env SERVICENOW_USERNAME= --env SERVICENOW_PASSWORD= --env SERVICENOW_AUTH_TYPE= --env SERVICENOW_INSTANCE= servicenow-nodejs -- npx servicenow-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"servicenow-nodejs","command":"npx","args":["servicenow-mcp-server"],"env":{"SERVICENOW_INSTANCE_URL":"","SERVICENOW_USERNAME":"","SERVICENOW_PASSWORD":"","SERVICENOW_AUTH_TYPE":"","SERVICENOW_INSTANCE":""}}'
JSON
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "",
"SERVICENOW_USERNAME": "",
"SERVICENOW_PASSWORD": "",
"SERVICENOW_AUTH_TYPE": "",
"SERVICENOW_INSTANCE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.