AS

aartiq/servicenow-mcp

Developer tools
290 stars 0 forks 품질 56 트렌드 56

ServiceNow MCP server: 450+ tools and 26 AI capabilities for any AI (Claude, ChatGPT, Gemini, Cursor, Copilot).

개요

450+ tools across ITSM, ITOM, CMDB, HRSD, CSM, Flow Designer, scripting & portal. Read, build, query and automate any instance in plain English. New in 4.4: Blast Radius static impact analysis (see what a change affects before you delete or rename), and Local Sync to pull widgets and scripts to local files, edit, and push them back. Restart your AI client (Claude Desktop, Cursor, …) and start asking. Done. Prefer a UI? npx nowaikit web for a local dashboard — or use (nothing to install). Add this to your client's MCP config (Claude Desktop claude_desktop_config.json, Cursor ~/.cursor/mcp.json, etc.): OAuth, multiple instances, and per-client steps → · . No instance? Grab a free Personal Developer Instance at . - "How many active P1 incidents are open right now?" - "Show me the 5 most recent changes and their risk." - "Create a business rule on the incident table that…" - "Run the ATF suite for the HR onboarding flow." - "What's the CMDB health for our prod CIs?

README


🚀 Install (2 minutes)

Requires Node.js 20+.

# 1 — install
npm install -g nowaikit

# 2 — run the wizard: it detects your AI clients and writes their config for you
npx nowaikit setup

Restart your AI client (Claude Desktop, Cursor, …) and start asking. Done.

Prefer a UI? npx nowaikit web for a local dashboard — or use NowAIKit Cloud (nothing to install).


🔌 Manual setup (skip the wizard)

Add this to your client’s MCP config (Claude Desktop claude_desktop_config.json, Cursor ~/.cursor/mcp.json, etc.):

{
  "mcpServers": {
    "nowaikit": {
      "command": "npx",
      "args": ["-y", "nowaikit"],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://yourcompany.service-now.com",
        "SERVICENOW_BASIC_USERNAME": "your_username",
        "SERVICENOW_BASIC_PASSWORD": "your_password"
      }
    }
  }
}

OAuth, multiple instances, and per-client steps → Client setup · OAuth setup.

No instance? Grab a free Personal Developer Instance at developer.servicenow.com.


💬 Use it — just ask

  • “How many active P1 incidents are open right now?”
  • “Show me the 5 most recent changes and their risk.”
  • “Create a business rule on the incident table that…”
  • “Run the ATF suite for the HR onboarding flow.”
  • “What’s the CMDB health for our prod CIs?”
  • “Look up GlideRecord.addEncodedQuery in the ServiceNow docs and show the syntax.”

Read-only by default. Write, scripting and CMDB changes are opt-in flags — prod can’t be modified by accident.


📚 Docs

Full guides & product home → nowaikit.com


🧩 Part of the NowAIKit suite

  • 🌐 nowaikit.com — docs, guides & product home
  • ☁️ NowAIKit Cloud — the toolkit in your browser, no install
  • 📦 nowaikit-sdk — TypeScript ServiceNow client library
  • 🧰 NowAIKit Builder (VS Code) · NowAIKit Utils (browser extension)

⚠️ Official distribution only: install from npm (nowaikit) or nowaikit.com. NowAIKit is never shipped as a downloadable GitHub .zip — beware copycat “download” repos.


© 2026 AartiQ (Hardik Benani) · NowAIKit Source Available License

View this README on GitHub

설치

npx -y nowaikit

설정

{ "mcpServers": { "nowaikit": { "command": "npx", "args": ["-y", "nowaikit"], "env": { "SERVICENOW_INSTANCE_URL": "https://yourcompany.service-now.com", "SERVICENOW_BASIC_USERNAME": "your_username", "SERVICENOW_BASIC_PASSWORD": "your_password" } } } }