Skip to content
Claude Desktop

servicenow nodejs for Claude Desktop

io.github.nickzitzer/servicenow-nodejs

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

client:Claude Desktop transport:stdio runtime:npm

Install servicenow nodejs in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "servicenow-nodejs": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-server"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "<SERVICENOW_INSTANCE_URL>",
        "SERVICENOW_USERNAME": "<SERVICENOW_USERNAME>",
        "SERVICENOW_PASSWORD": "<SERVICENOW_PASSWORD>",
        "SERVICENOW_AUTH_TYPE": "<SERVICENOW_AUTH_TYPE>",
        "SERVICENOW_INSTANCE": "<SERVICENOW_INSTANCE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

servicenow nodejs in other clients