MCP Server
MCP
ServiceNow MCP Server
19 tools + 5 resources for ServiceNow: CMDB, update sets, tables. OAuth 2.1. Tokyo+, PKCE SanDiego+
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
By
Comments
Sign in to leave a comment