
NowAIKit — ServiceNow AI Toolkit
Operate a ServiceNow instance with 400+ MCP tools, fluent queries, batch API, BYOK AI features, and guarded write flags.
Overview
NowAIKit is an MCP server for the Operate phase that provides 400+ ServiceNow tools, 26 AI capabilities, fluent query, batch API, and BYOK mode against your instance.
What is this MCP server?
- 400+ ServiceNow MCP tools plus 26 AI-oriented capabilities
- Fluent query layer, batch API, and BYOK (bring your own key) AI mode
- Feature gates: WRITE_ENABLED, SCRIPTING_ENABLED, CMDB_WRITE_ENABLED default off
- NowAIKit npm package v3.1.0 with basic or OAuth ServiceNow auth
- Advertised 400+ MCP tools and 26 AI capabilities
- Server version 3.1.0, npm identifier nowaikit
- Default-false write, scripting, and CMDB write environment flags
Community signal: 11 GitHub stars.
What problem does it solve?
ServiceNow’s surface area is huge, and scripting one-off integrations for every table burns cycles when you need agent-driven ops.
Who is it for?
Builders or consultants with an existing ServiceNow instance who want maximum MCP coverage and optional AI add-ons with safety toggles.
Skip if: Solo product devs with no ServiceNow tenant or teams that only need a few ITSM REST calls.
What do I get? / Deliverables
With instance URL and auth configured, your agent can query and optionally mutate ServiceNow across modules using a large unified tool catalog.
- Large ServiceNow tool surface exposed to the agent with optional AI features
- Read-first posture until write gates are deliberately enabled
Recommended MCP Servers
Journey fit
ServiceNow is production IT and workflow infrastructure; the primary shelf is Operate where incidents and CMDB matter daily. Infra subphase fits platform administration, instance config, and cross-module ServiceNow automation.
How it compares
Full ServiceNow AI toolkit MCP (NowAIKit branding), not the slimmer @aartiq/servicenow-mcp package alone—check which npm identifier you install.
Common Questions / FAQ
Who is NowAIKit for?
ServiceNow practitioners and indie integrators who need deep agent access to ITSM, CMDB, and related modules with optional AI and batch operations.
When should I use NowAIKit?
During operate and support workflows—incident triage, CMDB checks, HRSD/CSM tasks—and during build when you automate ServiceNow-backed products.
How do I add NowAIKit to my agent?
Install the nowaikit npm package, set SERVICENOW_INSTANCE_URL and auth vars, keep WRITE_ENABLED false until you trust the agent, and wire stdio MCP in Claude Code or Cursor.