73
/ 100
9 days ago
glama

ServiceNow MCP Server

A Model Completion Protocol (MCP) server implementation for ServiceNow, allowing Claude to interact with ServiceNow instances.

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/chrisww2-now-mcp-x6xd5v)](https://m8ven.ai/mcp/chrisww2-now-mcp-x6xd5v)
commit: 06250607bdfc814f9bb56551bba16c3a7fb5a8c9
code hash: edd90c30fb782a5bac15ff2d48286c8e17293e5e95544b2b4399af9dba017aff
verified: 7/22/2026, 8:42:09 AM
view raw JSON →