← Back to browse

ServiceNow MCP Server

Indexed by io.github.habenani

About

400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.

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 varsSERVICENOW_INSTANCE_URL SERVICENOW_AUTH_METHOD SERVICENOW_BASIC_USERNAME SERVICENOW_BASIC_PASSWORD WRITE_ENABLED SCRIPTING_ENABLED CMDB_WRITE_ENABLED NOW_ASSIST_ENABLED ATF_ENABLED MCP_TOOL_PACKAGE
Claude Code
claude mcp add --env SERVICENOW_INSTANCE_URL= --env SERVICENOW_AUTH_METHOD= --env SERVICENOW_BASIC_USERNAME= --env SERVICENOW_BASIC_PASSWORD= --env WRITE_ENABLED= --env SCRIPTING_ENABLED= --env CMDB_WRITE_ENABLED= --env NOW_ASSIST_ENABLED= --env ATF_ENABLED= --env MCP_TOOL_PACKAGE= servicenow-mcp -- npx @aartiq/servicenow-mcp
Cursor

Add to 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-mcp","command":"npx","args":["@aartiq/servicenow-mcp"],"env":{"SERVICENOW_INSTANCE_URL":"","SERVICENOW_AUTH_METHOD":"","SERVICENOW_BASIC_USERNAME":"","SERVICENOW_BASIC_PASSWORD":"","WRITE_ENABLED":"","SCRIPTING_ENABLED":"","CMDB_WRITE_ENABLED":"","NOW_ASSIST_ENABLED":"","ATF_ENABLED":"","MCP_TOOL_PACKAGE":""}}'
JSON
{
  "mcpServers": {
    "servicenow-mcp": {
      "command": "npx",
      "args": [
        "@aartiq/servicenow-mcp"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "",
        "SERVICENOW_AUTH_METHOD": "",
        "SERVICENOW_BASIC_USERNAME": "",
        "SERVICENOW_BASIC_PASSWORD": "",
        "WRITE_ENABLED": "",
        "SCRIPTING_ENABLED": "",
        "CMDB_WRITE_ENABLED": "",
        "NOW_ASSIST_ENABLED": "",
        "ATF_ENABLED": "",
        "MCP_TOOL_PACKAGE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.