← Back to Plugins
MCP Server MCP

ServiceNow MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @aartiq/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@aartiq/servicenow-mcp",
      "version": "1.0.1",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...