Back to Apps

NowAIKit
by aartiq
Comprehensive ServiceNow MCP server with 450+ tools for ITSM, ITOM, CMDB, and automation.
0 stars
Works in:CursorChatGPTGemini CLI
Exposes:ToolsResources
What it does
Connects AI assistants to ServiceNow instances, enabling the AI to read, query, and automate ITSM, ITOM, CMDB, and HRSD workflows using plain English.
Tools
- Incident Management: Query active P1 incidents and update ticket statuses.
- CMDB Operations: Check health and status of production Configuration Items (CIs).
- Development & Ops: Create business rules, run ATF suites, and review GlideRecord syntax.
- Automation: Manage Flow Designer and scripting tasks directly from the chat.
Installation
Install via npm:
npm install -g nowaikit
# Then run the setup wizard
npx nowaikit setup
Supported hosts
Confirmed support for Claude Desktop, Cursor, ChatGPT, Gemini, and GitHub Copilot.
Quick install
npm install -g nowaikit && npx nowaikit setupInformation
- Pricing
- free
- Published
- 7/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add nowaikit to ~/.cursor/mcp.json with the same env vars as Claude Desktop.Claude Desktop
{
"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"
}
}
}
}





