ServiceNow MCP Server (NowAIKit) for Grok
io.github.aartiq/nowaikit
ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.
client:Grok
transport:stdio
runtime:npm
Install ServiceNow MCP Server (NowAIKit) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nowaikit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<TRANSPORT>",
"PORT": "<PORT>",
"NOWAIKIT_API_KEY": "<NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<FLUENT_ENABLED>"
}
}
}
}
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