Back to Browse

Servicenow MCP Server

by Aartiq
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.

About

ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.

Security Report

5.2
Moderate5.2Moderate Risk

NowAIKit is a well-structured ServiceNow MCP server with appropriate authentication requirements and permission scoping for its category. The server properly enforces write-protection by default and uses environment variables for credential storage. However, there are moderate concerns around broad exception handling, insufficient input validation in some tools, and lack of comprehensive audit logging that should be addressed. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

4 files analyzed · 9 issues 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.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

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

Transport mode: stdio (default), sse, or httpOptional

Environment variable: TRANSPORT

HTTP server port (default: 3000, for sse/http transport)Optional

Environment variable: PORT

Bearer token for API authentication (sse/http transport)Optional

Environment variable: NOWAIKIT_API_KEY

Enable Fluent SDK tools (true/false, default: false)Optional

Environment variable: FLUENT_ENABLED

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aartiq-nowaikit": {
      "env": {
        "PORT": "your-port-here",
        "TRANSPORT": "your-transport-here",
        "ATF_ENABLED": "your-atf-enabled-here",
        "WRITE_ENABLED": "your-write-enabled-here",
        "FLUENT_ENABLED": "your-fluent-enabled-here",
        "MCP_TOOL_PACKAGE": "your-mcp-tool-package-here",
        "NOWAIKIT_API_KEY": "your-nowaikit-api-key-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",
        "nowaikit"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!