servicenow nodejs for Grok
io.github.nickzitzer/servicenow-nodejs
Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
client:Grok
transport:stdio
runtime:npm
Install servicenow nodejs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"servicenow-nodejs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<SERVICENOW_INSTANCE_URL>",
"SERVICENOW_USERNAME": "<SERVICENOW_USERNAME>",
"SERVICENOW_PASSWORD": "<SERVICENOW_PASSWORD>",
"SERVICENOW_AUTH_TYPE": "<SERVICENOW_AUTH_TYPE>",
"SERVICENOW_INSTANCE": "<SERVICENOW_INSTANCE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs