servicenow-mcp-ai
About
ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SN_INSTANCE SN_AUTH SN_USER SN_PASSWORD SN_API_KEY SN_TOOL_PACKAGESClaude Code
claude mcp add --env SN_INSTANCE= --env SN_AUTH= --env SN_USER= --env SN_PASSWORD= --env SN_API_KEY= --env SN_TOOL_PACKAGES= servicenow-mcp-ai -- npx servicenow-mcp-ai
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"servicenow-mcp-ai","command":"npx","args":["servicenow-mcp-ai"],"env":{"SN_INSTANCE":"","SN_AUTH":"","SN_USER":"","SN_PASSWORD":"","SN_API_KEY":"","SN_TOOL_PACKAGES":""}}'
JSON
{
"mcpServers": {
"servicenow-mcp-ai": {
"command": "npx",
"args": [
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "",
"SN_AUTH": "",
"SN_USER": "",
"SN_PASSWORD": "",
"SN_API_KEY": "",
"SN_TOOL_PACKAGES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.