73
/ 100
18 days ago
glama

ServiceNow MCP Server

Enables Claude to interact with ServiceNow instances through the ServiceNow API, supporting record management, service catalog operations, change management, and more via natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: SERVICENOW_PASSWORD, SERVICENOW_CLIENT_SECRET, SERVICENOW_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSERVICENOW_INSTANCE_URL"": "https://your-instance.service-now.com",
configSERVICENOW_USERNAMEyour-username
🔐 secretSERVICENOW_PASSWORDyour-password
configSERVICENOW_DEBUG
configSERVICENOW_TIMEOUT
configSERVICENOW_AUTH_TYPEbasic # or oauth, api_key
configSERVICENOW_CLIENT_IDyour-client-id
🔐 secretSERVICENOW_CLIENT_SECRETyour-client-secret
configSERVICENOW_TOKEN_URL
🔐 secretSERVICENOW_API_KEYyour-api-key
configSERVICENOW_API_KEY_HEADER
configSCRIPT_EXECUTION_API_RESOURCE_PATH
configTOOL_PACKAGE_CONFIG_PATH
configMCP_TOOL_PACKAGE1. Environment Variable: Set the environment variable to the name of the desired package.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/nathanolds22-servicenow-mcp-merged-uzkaof)](https://m8ven.ai/mcp/nathanolds22-servicenow-mcp-merged-uzkaof)
commit: 6189eb97a8b27546593785d28fb5274db1083a4a
code hash: 3f18ae3f2cf21e8ce7426b99a86431c524b9b535fc630d150673fbcd914429d5
verified: 6/18/2026, 10:31:49 AM
view raw JSON →