ServiceNow MCP Server for Grok
io.github.aartiq/servicenow-mcp
400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.
client:Grok
transport:stdio
runtime:npm
Install ServiceNow MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"servicenow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<MCP_TOOL_PACKAGE>"
}
}
}
}
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