Back to Browse

Servicenow MCP Server

Business ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1. Tokyo+, PKCE SanDiego+

About

19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1. Tokyo+, PKCE SanDiego+

Security Report

10.0
Low Risk10.0Low Risk

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

6 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.

file_system

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

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

What You'll Need

Set these up before or after installing:

ServiceNow instance URLOptional

Environment variable: SERVICENOW_INSTANCE_URL

Auth type: basic, oauth, or api_keyOptional

Environment variable: SERVICENOW_AUTH_TYPE

Username for basic or OAuth authOptional

Environment variable: SERVICENOW_USERNAME

Password for basic or OAuth authRequired

Environment variable: SERVICENOW_PASSWORD

OAuth client IDOptional

Environment variable: SERVICENOW_CLIENT_ID

OAuth client secretRequired

Environment variable: SERVICENOW_CLIENT_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jschuller-mcp-server-servicenow": {
      "env": {
        "SERVICENOW_PASSWORD": "your-servicenow-password-here",
        "SERVICENOW_USERNAME": "your-servicenow-username-here",
        "SERVICENOW_AUTH_TYPE": "your-servicenow-auth-type-here",
        "SERVICENOW_CLIENT_ID": "your-servicenow-client-id-here",
        "SERVICENOW_INSTANCE_URL": "your-servicenow-instance-url-here",
        "SERVICENOW_CLIENT_SECRET": "your-servicenow-client-secret-here"
      },
      "args": [
        "mcp-server-servicenow"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Servicenow MCP Server - 19 tools + 5 resources for ServiceNow: CMDB, update sets, | MCP Marketplace