Back to Browse

Servicenow MCP Server

by Aartiq
Business ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)Optional

Environment variable: SERVICENOW_INSTANCE_URL

Authentication method: 'basic' or 'oauth'Optional

Environment variable: SERVICENOW_AUTH_METHOD

ServiceNow username (for basic auth)Optional

Environment variable: SERVICENOW_BASIC_USERNAME

ServiceNow password (for basic auth)Optional

Environment variable: SERVICENOW_BASIC_PASSWORD

Enable write operations (true/false, default: false)Optional

Environment variable: WRITE_ENABLED

Enable scripting operations (true/false, default: false)Optional

Environment variable: SCRIPTING_ENABLED

Enable CMDB write operations (true/false, default: false)Optional

Environment variable: CMDB_WRITE_ENABLED

Enable Now Assist AI features (true/false, default: false)Optional

Environment variable: NOW_ASSIST_ENABLED

Enable ATF test execution (true/false, default: false)Optional

Environment variable: ATF_ENABLED

Role-based tool package: full, service_desk, platform_developer, etc.Optional

Environment variable: MCP_TOOL_PACKAGE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aartiq-servicenow-mcp": {
      "env": {
        "ATF_ENABLED": "your-atf-enabled-here",
        "WRITE_ENABLED": "your-write-enabled-here",
        "MCP_TOOL_PACKAGE": "your-mcp-tool-package-here",
        "SCRIPTING_ENABLED": "your-scripting-enabled-here",
        "CMDB_WRITE_ENABLED": "your-cmdb-write-enabled-here",
        "NOW_ASSIST_ENABLED": "your-now-assist-enabled-here",
        "SERVICENOW_AUTH_METHOD": "your-servicenow-auth-method-here",
        "SERVICENOW_INSTANCE_URL": "your-servicenow-instance-url-here",
        "SERVICENOW_BASIC_PASSWORD": "your-servicenow-basic-password-here",
        "SERVICENOW_BASIC_USERNAME": "your-servicenow-basic-username-here"
      },
      "args": [
        "-y",
        "@aartiq/servicenow-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!