NowAIKit
Allows GitHub Copilot to interact with ServiceNow instances, enabling management of incidents, changes, scripts, flows, portals, and other modules via natural language.
Allows Gemini to interact with ServiceNow instances, enabling management of incidents, changes, scripts, flows, portals, and other modules via natural language.
Allows JetBrains AI to interact with ServiceNow instances, enabling management of incidents, changes, scripts, flows, portals, and other modules via natural language.
Allows Ollama to interact with ServiceNow instances, enabling management of incidents, changes, scripts, flows, portals, and other modules via natural language.
Allows ChatGPT to interact with ServiceNow instances, enabling management of incidents, changes, scripts, flows, portals, and other modules via natural language.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NowAIKitcreate a change request for server maintenance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NowAIKit β ServiceNow MCP Server
Connect Claude, ChatGPT, Gemini, Cursor, Copilot β or any AI β to ServiceNow.
450+ tools across ITSM, ITOM, CMDB, HRSD, CSM, Flow Designer, scripting & portal. Read, build, query and automate any instance in plain English.
π 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 setupRestart your AI client (Claude Desktop, Cursor, β¦) and start asking. Done.
Prefer a UI?
npx nowaikit webfor a local dashboard β or use NowAIKit Cloud (nothing to install).
Related MCP server: servicenow-mcp-server
π 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aartiq/nowaikit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server