io.github.IvanBBaev/servicenow-mcp-ai MCP Server
io.github.IvanBBaev/servicenow-mcp-ai
What is the io.github.IvanBBaev/servicenow-mcp-ai MCP server?
ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.
How to install io.github.IvanBBaev/servicenow-mcp-ai
Copy-paste configuration for popular MCP clients.
SN_INSTANCErequiredServiceNow instance host, e.g. dev12345.service-now.com.
SN_AUTHAuth mode: basic | oauth | apikey | token | none. Auto-detected from the keys present if omitted.
SN_USERUsername for basic auth or the OAuth password grant.
SN_PASSWORDsecretPassword for basic auth or the OAuth password grant.
SN_API_KEYsecretServiceNow API key, sent as the x-sn-apikey header (apikey auth).
SN_TOOL_PACKAGESWhich tool packages to expose, e.g. core (default), all, or a comma-separated list.
{
"mcpServers": {
"servicenow-mcp-ai": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<YOUR_SN_INSTANCE>",
"SN_AUTH": "<YOUR_SN_AUTH>",
"SN_USER": "<YOUR_SN_USER>",
"SN_PASSWORD": "<YOUR_SN_PASSWORD>",
"SN_API_KEY": "<YOUR_SN_API_KEY>",
"SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
}
}
}
}{
"mcpServers": {
"servicenow-mcp-ai": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<YOUR_SN_INSTANCE>",
"SN_AUTH": "<YOUR_SN_AUTH>",
"SN_USER": "<YOUR_SN_USER>",
"SN_PASSWORD": "<YOUR_SN_PASSWORD>",
"SN_API_KEY": "<YOUR_SN_API_KEY>",
"SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
}
}
}
}{
"mcpServers": {
"servicenow-mcp-ai": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<YOUR_SN_INSTANCE>",
"SN_AUTH": "<YOUR_SN_AUTH>",
"SN_USER": "<YOUR_SN_USER>",
"SN_PASSWORD": "<YOUR_SN_PASSWORD>",
"SN_API_KEY": "<YOUR_SN_API_KEY>",
"SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
}
}
}
}{
"servers": {
"servicenow-mcp-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"servicenow-mcp-ai"
],
"env": {
"SN_INSTANCE": "<YOUR_SN_INSTANCE>",
"SN_AUTH": "<YOUR_SN_AUTH>",
"SN_USER": "<YOUR_SN_USER>",
"SN_PASSWORD": "<YOUR_SN_PASSWORD>",
"SN_API_KEY": "<YOUR_SN_API_KEY>",
"SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
}
}
}
}claude mcp add servicenow-mcp-ai --env SN_INSTANCE=<YOUR_SN_INSTANCE> --env SN_AUTH=<YOUR_SN_AUTH> --env SN_USER=<YOUR_SN_USER> --env SN_PASSWORD=<YOUR_SN_PASSWORD> --env SN_API_KEY=<YOUR_SN_API_KEY> --env SN_TOOL_PACKAGES=<YOUR_SN_TOOL_PACKAGES> -- npx -y servicenow-mcp-aiRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.