ServiceNow MCP Server (NowAIKit)
Rank #2,389io.github.aartiq/nowaikit
ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.
ServiceNow MCP Server (NowAIKit) is a Model Context Protocol (MCP) server published by aartiq. It ranks #2,389 of 115,460 servers tracked on MCP Toplist, and its repository has 15 GitHub stars. ServiceNow MCP Server (NowAIKit) is listed across 3 registries — Official MCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 113,071 of 115,460 servers on MCP Toplist.
Use ServiceNow MCP Server (NowAIKit)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nowaikit -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>" -e "TRANSPORT=<your TRANSPORT>" -e "PORT=<your PORT>" -e "NOWAIKIT_API_KEY=<your NOWAIKIT_API_KEY>" -e "FLUENT_ENABLED=<your FLUENT_ENABLED>" -- npx -y nowaikitReplace each placeholder with your own value before saving.
[mcp_servers.nowaikit]
command = "npx"
args = ["-y", "nowaikit"]
[mcp_servers.nowaikit.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>"
TRANSPORT = "<your TRANSPORT>"
PORT = "<your PORT>"
NOWAIKIT_API_KEY = "<your NOWAIKIT_API_KEY>"
FLUENT_ENABLED = "<your FLUENT_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"NOWAIKIT_API_KEY": "<your NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<your FLUENT_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"NOWAIKIT_API_KEY": "<your NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<your FLUENT_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nowaikit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"NOWAIKIT_API_KEY": "<your NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<your FLUENT_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"NOWAIKIT_API_KEY": "<your NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<your FLUENT_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"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>",
"TRANSPORT": "<your TRANSPORT>",
"PORT": "<your PORT>",
"NOWAIKIT_API_KEY": "<your NOWAIKIT_API_KEY>",
"FLUENT_ENABLED": "<your FLUENT_ENABLED>"
}
}
}
}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.aartiq%2Fnowaikit)<a href="https://mcptoplist.com/server/io.github.aartiq%2Fnowaikit"><img src="https://mcptoplist.com/badge/io.github.aartiq%2Fnowaikit.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
aartiq
Available versions (5)
| Version | Published |
|---|---|
| 4.7.3 | Aug 5, 2026 |
| 3.1.0 | Apr 2, 2026 |
| 3.0.0 | Mar 30, 2026 |
| 2.5.3 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ServiceNow MCP Server (NowAIKit)?
- ServiceNow MCP Server (NowAIKit) is maintained by aartiq, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is ServiceNow MCP Server (NowAIKit) listed on the Official MCP Registry?
- Yes — ServiceNow MCP Server (NowAIKit) is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does ServiceNow MCP Server (NowAIKit) have?
- MCP Toplist tracks 5 versions of ServiceNow MCP Server (NowAIKit), most recently published on Aug 5, 2026.
- Where can I find the source code for ServiceNow MCP Server (NowAIKit)?
- The source code for ServiceNow MCP Server (NowAIKit) is hosted at github.com/aartiq/servicenow-mcp.