← Index

NowAIKit — ServiceNow AI Toolkit

io.github.aartiq/nowaikit·v3.1.0·Other
Quality Score
95
/100

400+ ServiceNow MCP tools + 26 AI capabilities + fluent query, batch API, BYOK mode.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nowaikit": {
      "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nowaikit": {
      "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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nowaikit
§02  Environment variables
SERVICENOW_INSTANCE_URL

Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)

SERVICENOW_AUTH_METHOD

Authentication method: 'basic' or 'oauth'

SERVICENOW_BASIC_USERNAME

ServiceNow username (for basic auth)

SERVICENOW_BASIC_PASSWORD

ServiceNow password (for basic auth)

WRITE_ENABLED

Enable write operations (true/false, default: false)

SCRIPTING_ENABLED

Enable scripting operations (true/false, default: false)

CMDB_WRITE_ENABLED

Enable CMDB write operations (true/false, default: false)

NOW_ASSIST_ENABLED

Enable Now Assist AI features (true/false, default: false)

ATF_ENABLED

Enable ATF test execution (true/false, default: false)

MCP_TOOL_PACKAGE

Role-based tool package: full, service_desk, platform_developer, etc.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other