Servicenow MCP
Rank #970io.github.habenani/servicenow-mcp
MCP server providing servicenow-mcp capabilities
Servicenow MCP is a Model Context Protocol (MCP) server published by aartiq. It ranks #970 of 115,460 servers tracked on MCP Toplist, and its repository has 276 GitHub stars. Servicenow MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Feb 12, 2026 and most recently updated on Mar 1, 2026.
Ranks ahead of 114,490 of 115,460 servers on MCP Toplist.
Use Servicenow MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add servicenow-mcp -e "SERVICENOW_INSTANCE_URL=<your SERVICENOW_INSTANCE_URL>" -e "SERVICENOW_AUTH_METHOD=<your SERVICENOW_AUTH_METHOD>" -e "SERVICENOW_BASIC_USERNAME=<your SERVICENOW_BASIC_USERNAME>" -e "SERVICENOW_BASIC_PASSWORD=<your SERVICENOW_BASIC_PASSWORD>" -e "WRITE_ENABLED=<your WRITE_ENABLED>" -e "SCRIPTING_ENABLED=<your SCRIPTING_ENABLED>" -e "CMDB_WRITE_ENABLED=<your CMDB_WRITE_ENABLED>" -e "NOW_ASSIST_ENABLED=<your NOW_ASSIST_ENABLED>" -e "ATF_ENABLED=<your ATF_ENABLED>" -e "MCP_TOOL_PACKAGE=<your MCP_TOOL_PACKAGE>" -- npx -y @aartiq/servicenow-mcpReplace each placeholder with your own value before saving.
[mcp_servers.servicenow-mcp]
command = "npx"
args = ["-y", "@aartiq/servicenow-mcp"]
[mcp_servers.servicenow-mcp.env]
SERVICENOW_INSTANCE_URL = "<your SERVICENOW_INSTANCE_URL>"
SERVICENOW_AUTH_METHOD = "<your SERVICENOW_AUTH_METHOD>"
SERVICENOW_BASIC_USERNAME = "<your SERVICENOW_BASIC_USERNAME>"
SERVICENOW_BASIC_PASSWORD = "<your SERVICENOW_BASIC_PASSWORD>"
WRITE_ENABLED = "<your WRITE_ENABLED>"
SCRIPTING_ENABLED = "<your SCRIPTING_ENABLED>"
CMDB_WRITE_ENABLED = "<your CMDB_WRITE_ENABLED>"
NOW_ASSIST_ENABLED = "<your NOW_ASSIST_ENABLED>"
ATF_ENABLED = "<your ATF_ENABLED>"
MCP_TOOL_PACKAGE = "<your MCP_TOOL_PACKAGE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-mcp": {
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<your SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<your SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<your SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<your WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<your SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<your CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<your NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<your ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<your MCP_TOOL_PACKAGE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-mcp": {
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<your SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<your SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<your SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<your WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<your SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<your CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<your NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<your ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<your MCP_TOOL_PACKAGE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"servicenow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<your SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<your SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<your SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<your WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<your SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<your CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<your NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<your ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<your MCP_TOOL_PACKAGE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-mcp": {
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<your SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<your SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<your SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<your WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<your SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<your CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<your NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<your ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<your MCP_TOOL_PACKAGE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"servicenow-mcp": {
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<your SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<your SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<your SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<your SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<your WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<your SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<your CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<your NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<your ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<your MCP_TOOL_PACKAGE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.habenani%2Fservicenow-mcp)<a href="https://mcptoplist.com/server/io.github.habenani%2Fservicenow-mcp"><img src="https://mcptoplist.com/badge/io.github.habenani%2Fservicenow-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
aartiq
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Mar 1, 2026 |
| 1.0.1 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Servicenow MCP?
- Servicenow MCP is maintained by aartiq, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Servicenow MCP listed on the Official MCP Registry?
- Yes — Servicenow MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Servicenow MCP have?
- MCP Toplist tracks 3 versions of Servicenow MCP, most recently published on Mar 1, 2026.
- Where can I find the source code for Servicenow MCP?
- The source code for Servicenow MCP is hosted at github.com/aartiq/servicenow-mcp.