servicenow mcp ai for Grok
io.github.ivanbbaev/servicenow-mcp-ai
ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.
client:Grok
transport:stdio
runtime:npm
Install servicenow mcp ai in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"servicenow-mcp-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<SN_INSTANCE>",
"SN_AUTH": "<SN_AUTH>",
"SN_USER": "<SN_USER>",
"SN_PASSWORD": "<SN_PASSWORD>",
"SN_API_KEY": "<SN_API_KEY>",
"SN_TOOL_PACKAGES": "<SN_TOOL_PACKAGES>"
}
}
}
}
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