HomeOther › ServiceNow MCP Server

ServiceNow MCP Server

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

TypeScript
★ 263 stars Last pushed 2026-09-23 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @aartiq/servicenow-mcp@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "servicenow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aartiq/servicenow-mcp@1.0.2"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "<YOUR_VALUE>",
        "SERVICENOW_AUTH_METHOD": "<YOUR_VALUE>",
        "SERVICENOW_BASIC_USERNAME": "<YOUR_VALUE>",
        "SERVICENOW_BASIC_PASSWORD": "<YOUR_VALUE>",
        "WRITE_ENABLED": "<YOUR_VALUE>",
        "SCRIPTING_ENABLED": "<YOUR_VALUE>",
        "CMDB_WRITE_ENABLED": "<YOUR_VALUE>",
        "NOW_ASSIST_ENABLED": "<YOUR_VALUE>",
        "ATF_ENABLED": "<YOUR_VALUE>",
        "MCP_TOOL_PACKAGE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SERVICENOW_INSTANCE_URL — Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)
  • SERVICENOW_AUTH_METHOD — Authentication method: 'basic' or 'oauth'
  • SERVICENOW_BASIC_USERNAME — ServiceNow username (for basic auth)
  • SERVICENOW_BASIC_PASSWORD — ServiceNow password (for basic auth)
  • WRITE_ENABLED — Enable write operations (true/false, default: false)
  • SCRIPTING_ENABLED — Enable scripting operations (true/false, default: false)
  • CMDB_WRITE_ENABLED — Enable CMDB write operations (true/false, default: false)
  • NOW_ASSIST_ENABLED — Enable Now Assist AI features (true/false, default: false)
  • ATF_ENABLED — Enable ATF test execution (true/false, default: false)
  • MCP_TOOL_PACKAGE — Role-based tool package: full, service_desk, platform_developer, etc.

This repository has 3 servers listed in the Official MCP Registry.

Other names: io.github.aartiq/nowaikit, io.github.habenani/servicenow-mcp

Related servers

Data from the Official MCP Registry