npm nowaikitstdioupdated 21d ago
Connect Claude, ChatGPT, Gemini, Cursor, Copilot, or any AI, to ServiceNow.
¿Qué puedes hacer con ServiceNow MCP Server (NowAIKit)?
ServiceNow MCP Server (NowAIKit)
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.
New in 4.4 to 4.7: impact analysis (list_table_config / find_field_references / find_script_references) to see what depends on a table, field or script before you change it, Local Sync to pull artifacts to local files, and aggregate_report for server-side reports (count plus averages, no truncation).
🚀 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 webfor 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
| Installation · Client setup | All 450+ tools · Tool packages |
| Multi-instance · OAuth | Scripting · ATF · Reporting |
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 NowAIKit · Source available under the Elastic License 2.0
Instalación
Añade ServiceNow MCP Server (NowAIKit) a tu cliente. Elige el que uses.
claude mcp add nowaikit -- npx -y nowaikitcodex mcp add nowaikit -- npx -y nowaikitamp mcp add nowaikit -- npx -y nowaikit{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"nowaikit","command":"npx","args":["-y","nowaikit"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"nowaikit": {
"type": "local",
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"nowaikit": {
"command": {
"path": "npx",
"args": [
"-y",
"nowaikit"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y nowaikitRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación25/25
- Mantenimiento25/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 13 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 4.7.3Última | 5 ago 2026 |
| 4.1.6 | 24 jun 2026 |
| 4.1.5 | 24 jun 2026 |
| 4.1.4 | 24 jun 2026 |
| 4.1.3 | 24 jun 2026 |
| 3.1.0 | 2 abr 2026 |
| 3.0.0 | 30 mar 2026 |
| 2.5.3 | 1 mar 2026 |