← Back to Plugins
MCP Server MCP

ServiceNow MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-server-servicenow

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-server-servicenow",
      "version": "0.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ServiceNow instance URL",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "Auth type: basic, oauth, or api_key",
          "isRequired": true,
          "format": "string",
          "name": "SERVICENOW_AUTH_TYPE"
        },
        {
          "description": "Username for basic or OAuth auth",
          "format": "string",
          "name": "SERVICENOW_USERNAME"
        },
        {
          "description": "Password for basic or OAuth auth",
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_PASSWORD"
        },
        {
          "description": "OAuth client ID",
          "format": "string",
          "name": "SERVICENOW_CLIENT_ID"
        },
        {
          "description": "OAuth client secret",
          "format": "string",
          "isSecret": true,
          "name": "SERVICENOW_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...