Loading MCP server directory, please wait...
Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
npx @getmcp/cli add io.github.nickzitzer/servicenow-nodejsRequires Node.js 18+. Community-contributed server. Review source before installing.
SERVICENOW_INSTANCE_URLServiceNow instance URL (e.g., https://dev123456.service-now.com)
SERVICENOW_USERNAMEServiceNow username
SERVICENOW_PASSWORDServiceNow password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nickzitzer/servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "",
"SERVICENOW_USERNAME": "",
"SERVICENOW_PASSWORD": "",
"SERVICENOW_AUTH_TYPE": "",
"SERVICENOW_INSTANCE": ""
}
}
}
}