Serversio.github.aartiq/servicenow-mcp
M

ServiceNow MCP Server

io.github.aartiq/servicenow-mcp · v1.0.2
▦ npm
v1.0.2npm npm: @aartiq/servicenow-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.aartiq/servicenow-mcp",
  "description": "400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.",
  "title": "ServiceNow MCP Server",
  "repository": {
    "url": "https://github.com/aartiq/servicenow-mcp",
    "source": "github"
  },
  "version": "1.0.2",
  "websiteUrl": "https://github.com/aartiq/servicenow-mcp",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aartiq/servicenow-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "Authentication method: 'basic' or 'oauth'",
          "name": "SERVICENOW_AUTH_METHOD"
        },
        {
          "description": "ServiceNow username (for basic auth)",
          "name": "SERVICENOW_BASIC_USERNAME"
        },
        {
          "description": "ServiceNow password (for basic auth)",
          "name": "SERVICENOW_BASIC_PASSWORD"
        },
        {
          "description": "Enable write operations (true/false, default: false)",
          "name": "WRITE_ENABLED"
        },
        {
          "description": "Enable scripting operations (true/false, default: false)",
          "name": "SCRIPTING_ENABLED"
        },
        {
          "description": "Enable CMDB write operations (true/false, default: false)",
          "name": "CMDB_WRITE_ENABLED"
        },
        {
          "description": "Enable Now Assist AI features (true/false, default: false)",
          "name": "NOW_ASSIST_ENABLED"
        },
        {
          "description": "Enable ATF test execution (true/false, default: false)",
          "name": "ATF_ENABLED"
        },
        {
          "description": "Role-based tool package: full, service_desk, platform_developer, etc.",
          "name": "MCP_TOOL_PACKAGE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}