能力标签
ServiceNow AI工具
🔌
MCP工具

ServiceNow AI工具

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
英文名:nowaikit
⭐ 11 Stars 🍴 6 Forks 💻 TypeScript 📄 NOASSERTION 🏷 AI 8.0分
8.0AI 综合评分
aiautomationclaudetypescript
⚙️ 配置说明
✦ AI Skill Hub 推荐

ServiceNow AI工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

ServiceNow AI工具 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 ServiceNow AI工具,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。ServiceNow AI工具 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 ServiceNow AI工具 评为 AI 评分 8.0 分,属于同类工具中的优质选择。

📋 工具概览

综合性ServiceNow AI工具包,400+工具

ServiceNow AI工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 11
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
8.0 分
工具类型
MCP工具
Forks
6

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

综合性ServiceNow AI工具包,400+工具

ServiceNow AI工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/aartiq/nowaikit

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "servicenow-ai--": {
      "command": "npx",
      "args": ["-y", "nowaikit"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 ServiceNow AI工具 执行以下任务...
Claude: [自动调用 ServiceNow AI工具 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "servicenow_ai__": {
      "command": "npx",
      "args": ["-y", "nowaikit"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 84/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<img src="docs/assets/banner.svg" alt="NowAIKit — The Complete ServiceNow AI Kit" width="100%"/>

<br/>

AI-Powered Tools TypeScript License: Source Available ServiceNow MCP Node.js

<br/>

Pro / Enterprise Features

The following features are available in NowAIKit Pro and Enterprise editions:

FeatureEdition
HTTP API server & web dashboardPro
Desktop app (macOS, Windows, Linux)Pro
SSO / OIDC (Okta, Azure AD / Entra, Ping Identity)Enterprise
Audit logging (JSONL + SIEM webhooks)Enterprise
Org policy governance (MDM / GPO deployment)Enterprise

Learn more at nowaikit.com/#pricing.

---

What's New in v2.5

What's New in v2.4

Enterprise features

  • Audit logging — every tool call logged to JSONL file + webhook (SIEM integration). Wired into both MCP and HTTP servers.
  • SSO / OIDC — Okta/Entra/Ping IdP → ServiceNow token exchange. GET /auth/login + /auth/callback routes in HTTP server.
  • Org/team policy (nowaikit.org.json) — admin-deployed config: allowed instances, locked tool packages, SSO enforcement, write controls. Deploy via MDM or GPO.
  • Per-user execution context — auth modes: service-account, per-user (OAuth Authorization Code), impersonation. Queries respect each user's ServiceNow ACLs.

What's New in v2.3

- Scoped Application (App Studio) modulelist_scoped_apps, get_scoped_app, create_scoped_app, update_scoped_app - Create/update reportscreate_report, update_report added to Reporting module - Create/update dashboardscreate_dashboard, update_dashboard added to Performance Analytics - Create portals & pagescreate_portal, create_portal_page added to Service Portal module - Create/update catalog itemscreate_catalog_item, update_catalog_item added to Catalog module - Approval rulescreate_approval_rule for automated approval workflow setup Full changelog

What's New in v2.2

- 5 new modules: System Properties, Update Set Management, Virtual Agent authoring, IT Asset Management, DevOps & Pipeline Tracking - True multi-instance & multi-customer support — connect to unlimited instances (dev, staging, prod, customer tenants) simultaneously from one session - Per-call instance routing — pass instance: "name" to any tool, or switch_instance globally - 2 new role packagesdevops_engineer, itam_analyst - system_administrator package extended with system properties and update set tools Full changelog

v2.1 highlights

  • 4 new modules: Service Portal & UI Builder, Integration Hub, Notifications & Attachments, Performance Analytics
  • Scripting enhancements — UI Policies, UI Actions, ACL management
  • Reporting enhancements — scheduled job CRUD + run history
  • Now Assistgenerate_work_notes AI-drafted work notes for any record
  • 2 new role packagesportal_developer, integration_engineer
  • Binary file uploaduploadAttachment() via ServiceNow Attachment API

What's New in v2.0

  • HRSD module — HR cases, services, profiles, onboarding/offboarding workflows
  • CSM module — Customer cases, accounts, contacts, products, SLA tracking
  • Security Operations & GRC — SecOps incidents, vulnerabilities, risks, controls, threat intel
  • Flow Designer — List, inspect, trigger, and monitor flows and subflows
  • OAuth 2.0 for all AI clients
  • Role-based tool packages — persona-specific packages
  • Now Assist Agentic Playbooks — AI automation
  • ATF Failure Insight — test failure diagnostics
  • 61 unit tests covering all permission tiers, routing, and domain handlers
  • Complete documentation — reference guides in docs/

---

Getting Started

Install globally (Node.js 20+ required)

npm install -g nowaikit

Option D — Manual Setup

git clone https://github.com/aartiq/nowaikit.git && cd nowaikit
npm install && npm run build
cp .env.example .env   # fill in your ServiceNow credentials

Then point your AI client at dist/server.js — see Supported AI Clients below.

No ServiceNow instance? Get a free Personal Developer Instance at developer.servicenow.com — ready in minutes.

Full installation guide → docs/INSTALLATION.md

---

Client Setup Guides

Step-by-step setup for every major AI client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, GitHub Copilot, Continue.dev, Cline, JetBrains, Amazon Q, Google AI Studio, ChatGPT, Grok, Ollama, and more.

Full guide → docs/CLIENT_SETUP.md

For quick setup snippets, see the [Supported AI Clients](#supported-ai-clients) section below.

Install Claude Code

npm install -g @anthropic-ai/claude-code

Zero-config setup & desktop experience

  • npx nowaikit setup — interactive wizard detects and writes config for every AI client automatically. No JSON editing.
  • nowaikit Desktop — cross-platform Electron app (macOS, Windows, Linux) with 8-step visual wizard, dashboard, tool browser, and audit log. No separate server install needed.
  • Web dashboard — served at http://localhost:3100 by the HTTP server. Browse tools, view health, tail audit logs.

App builder integrations

  • HTTP API server (npm run serve) — REST proxy for Lovable, Bolt, v0, Replit apps. Keeps credentials server-side.
  • Smithery registrysmithery install nowaikit one-command install.

Full changelog

Example Interactions

Once connected, ask your AI assistant in plain language:

ITSM & Change Management:

Show me all open P1 incidents assigned to the Network Operations group.
Create a normal change request for deploying the new API gateway — implementation planned for Saturday midnight.
What CMDB CIs does the ERP application depend on?

Scripting & Development:

List all client scripts on the incident table and show me the ones that fire on form load.
Create a UI action button "Escalate to L3" on the incident form that assigns the ticket to the L3-Support group.
Show me all ACL rules for the change_request table that restrict the "delete" operation.

Service Portal & UI Builder:

List all widgets in the Service Portal that contain "catalog" in their name.
Get the full source code of the "Stock Ticker" widget so I can update its server script.
Create a new portal widget called "My Approvals Widget" with a simple Angular template that lists pending approvals.

Integrations & Events:

List all REST Message definitions that connect to external APIs.
Show me all transform maps that target the incident table.
Fire the custom event "myapp.ticket.escalated" on incident INC0012345.

Notifications & Attachments:

List all email notifications that trigger on the incident table when a comment is added.
Upload a screenshot of the error (base64) as an attachment to incident INC0012345.
Show me all failed email log entries from the last 24 hours.

Performance Analytics & Data Quality:

Get the current scorecard for the "Mean Time to Resolve" PA indicator with a 30-day trend.
Check the data completeness of the incident table — how many incidents are missing assignment_group or category?
Compare record counts across incident, change_request, and problem tables.

ATF, Reporting & Scheduled Jobs:

Run the Regression Test Suite and show me any failures with ATF Failure Insight details.
Summarise the last 30 days of incident trends by category.
Create a scheduled job that runs daily at 3am to archive closed incidents older than 90 days.

For 120+ real-world examples with inputs, outputs, and advanced workflows, see EXAMPLES.md.

---

Run the wizard — detects your AI clients and writes config automatically

npx nowaikit setup


The wizard will:
1. Ask for your ServiceNow instance URL + credentials
2. Test the connection
3. Let you pick a tool package and permission level
4. Detect Claude Desktop, Cursor, VS Code, Windsurf, Continue.dev, Claude Code on your machine
5. Write the config directly — no copy-paste, no manual JSON editing

Option B — Web Dashboard (one command)

npx nowaikit web

Opens the NowAIKit dashboard at http://localhost:4175 — includes instance management, settings, and an audit log viewer.

```bash

Option C — Desktop App

Download the native desktop app (macOS, Windows, Linux) from GitHub Releases. Includes a visual setup wizard, tool browser, and audit log viewer.

Advanced Configuration

TopicGuide
OAuth 2.0 setup (ServiceNow OAuth app creation)[docs/SERVICENOW_OAUTH_SETUP.md](docs/SERVICENOW_OAUTH_SETUP.md)
Multi-instance / multi-customer (dev, staging, prod, tenants)[docs/MULTI_INSTANCE.md](docs/MULTI_INSTANCE.md)
Role-based tool packages[docs/TOOL_PACKAGES.md](docs/TOOL_PACKAGES.md)
All environment variables reference[docs/INSTALLATION.md](docs/INSTALLATION.md)

Use with Responses API tool type "mcp" or via function calling

response = client.responses.create( model="gpt-4o", tools=[{"type": "mcp", "server_label": "nowaikit"}], input="Show me all open P1 incidents" )


Full guide → [docs/CLIENT_SETUP.md](docs/CLIENT_SETUP.md)
</details>

<details>
<summary><b>Google Gemini / Vertex AI</b> (API)</summary>

1. Install NowAIKit: `npm install -g nowaikit`
2. Use the Python client in `clients/gemini/`:
bash pip install google-generativeai python clients/gemini/servicenow_gemini_client.py

Full guide → [clients/gemini/SETUP.md](clients/gemini/SETUP.md)
</details>

<details>
<summary><b>Google AI Studio</b> — Gemini 2.5 Flash / Pro / Gemini 3 (MCP Preview)</summary>

Google AI Studio supports MCP servers via its agent execution environment (currently in preview).

1. Go to [aistudio.google.com](https://aistudio.google.com) and open **Build → Agent**
2. In the **Tools** panel, add an MCP Server and point it to your NowAIKit instance:
json { "name": "nowaikit", "transport": "stdio", "command": "node", "args": ["/absolute/path/to/nowaikit/dist/server.js"], "env": { "SERVICENOW_INSTANCE_URL": "https://yourinstance.service-now.com", "SERVICENOW_AUTH_METHOD": "basic", "SERVICENOW_BASIC_USERNAME": "admin", "SERVICENOW_BASIC_PASSWORD": "your_password", "WRITE_ENABLED": "false" } }

3. Alternatively, use the **Gemini API** directly with function calling by mapping NowAIKit tool definitions:
python import google.generativeai as genai import subprocess, json, os

CLI & Terminal Agents

<details> <summary><b>Claude Code / Claude CLI</b> — Anthropic's official CLI</summary>

```bash

Programmatic / Agent SDK

<details> <summary><b>OpenAI Codex / Custom Python Agent</b></summary>

cd clients/codex
pip install -r requirements.txt
cp .env.basic.example .env  # fill in your credentials
python servicenow_openai_client.py

Full guide → clients/codex/SETUP.md </details>

<details> <summary><b>Anthropic Agent SDK (Claude API)</b></summary>

```python import anthropic, subprocess, json

Then use with the Anthropic MCP client SDK

```

See Anthropic MCP Python SDK for full integration. </details>

---

Quick Reference

ClientTypeAuthGuide
Claude DesktopDesktop appBasic, OAuth[Setup](clients/claude-desktop/SETUP.md)
Claude Code CLITerminalBasic, OAuth[Setup](clients/claude-code/SETUP.md)
CursorAI editorBasic, OAuth[Setup](clients/cursor/SETUP.md)
WindsurfAI editorBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
ZedAI editorBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
**VS Code** (Native MCP 1.99+)IDEBasic, OAuth[Setup](clients/vscode/SETUP.md)
VS Code + GitHub CopilotIDEBasic, OAuth[Setup](clients/vscode/SETUP.md)
VS Code + Continue.devIDEBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
VS Code + ClineIDEBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
JetBrains AIIDEBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
Amazon Q DeveloperIDE / CLIBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
ChatGPT / OpenAIAPIBasic, OAuth[Setup](clients/codex/SETUP.md)
**Google AI Studio**API / AgentBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
Google Gemini APIAPIBasic, OAuth[Setup](clients/gemini/SETUP.md)
Grok (xAI)APIBasic, OAuth[Setup](docs/CLIENT_SETUP.md)
Ollama (local)LocalBasic[Setup](docs/CLIENT_SETUP.md)
Anthropic Agent SDKPythonBasic, OAuth[Setup](docs/CLIENT_SETUP.md)

---

Module Coverage

Domain modules covering the full ServiceNow platform:

ModuleKey Capabilities
Core & CMDBRecord query, schema discovery, CMDB CIs, ITOM Discovery, MID Servers, multi-instance management
Incident ManagementCreate, update, resolve, close, work notes, comments
Problem ManagementProblem records, root cause analysis, known errors
Change ManagementCreate, get, update, submit for approval, close change requests
Task ManagementGeneric tasks, my-task lists, completions
Knowledge BaseSearch, create, update, publish KB articles
Service Catalog & ApprovalsCatalog browsing, create/update items, order items, SLA tracking, approval workflows, approval rules
User & Group ManagementUsers, groups, membership, role assignments
Reporting & AnalyticsAggregate queries, trend analysis, create/update reports, scheduled job CRUD, run history
ATF TestingTest suites, test execution, ATF Failure Insight
Now Assist / AINLQ, AI Search, summaries, resolution suggestions, Agentic Playbooks
ScriptingBusiness rules, script includes, client script CRUD, UI Policies, UI Actions, ACL management, changesets
Agile / ScrumStories, epics, sprints, scrum tasks
HR Service Delivery (HRSD)HR cases, HR services, employee profiles, onboarding/offboarding
Customer Service Management (CSM)Customer cases, accounts, contacts, products, SLAs
Security Operations & GRCSecOps incidents, vulnerabilities, GRC risks, controls, threat intel
Flow Designer & Process AutomationFlows, subflows, triggers, executions, Process Automation playbooks
Service Portal & UI BuilderCreate/list portals & pages, widgets (create/update/deploy), Next Experience apps/pages, themes
Integration HubREST Messages, Transform Maps, Import Sets, Event Registry, OAuth apps, credential aliases
Notifications & AttachmentsEmail notifications, email logs, file attachments (upload/list/delete), templates, subscriptions
Performance AnalyticsPA indicators/scorecards, time-series, create/update dashboards, PA jobs, data quality checks
System PropertiesGet, set, bulk operations, validate, export/import, audit history
Update Set ManagementCreate, switch, preview, complete, export, auto-ensure active set
Virtual Agent (VA)Topic authoring, conversation history, categories, topic listing
IT Asset Management (ITAM)Assets, software licenses, contracts, compliance reporting
DevOps & Pipeline TrackingPipelines, deployments, change governance, DORA metrics
Scoped Applications (App Studio)List, get, create, and update scoped application records

---

Role-Based Tool Packages

Set MCP_TOOL_PACKAGE to expose only the tools relevant to each persona:

PackagePersonaTools Included
fullAdministratorsAll tools (400+)
service_deskL1/L2 AgentsIncidents, tasks, approvals, KB, SLA
change_coordinatorChange ManagersChanges (create/approve/close), CAB, CMDB, approvals
knowledge_authorKB AuthorsKnowledge base create/publish
catalog_builderCatalog AdminsCatalog, users, groups
system_administratorSys AdminsUsers, groups, reports, logs, notifications, attachments, ACLs, PA
platform_developerDevelopersScripts, UI Policies, UI Actions, ACLs, client scripts, ATF, changesets
portal_developerPortal/UX DevsPortals, pages, widgets (create/update), UI Policies, UI Actions, client scripts
integration_engineerIntegration DevsREST Messages, Transform Maps, Import Sets, Events, OAuth, credentials
itom_engineerITOM EngineersCMDB, Discovery, MID servers, events
agile_managerScrum MastersStories, epics, sprints
ai_developerAI BuildersNow Assist, NLQ, Agentic Playbooks

---

IDE Extensions

<details> <summary><b>VS Code</b> — Native MCP (v1.99+, no subscription required)</summary>

VS Code 1.99 and later includes built-in MCP support — no extension or subscription required.

  1. Install VS Code 1.99+
  2. Create .vscode/mcp.json in your workspace (or edit User settings):
{
  "servers": {
    "nowaikit": {
      "type": "stdio",
      "command": "node",
      "args": ["/absolute/path/to/nowaikit/dist/server.js"],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://yourinstance.service-now.com",
        "SERVICENOW_AUTH_METHOD": "basic",
        "SERVICENOW_BASIC_USERNAME": "admin",
        "SERVICENOW_BASIC_PASSWORD": "your_password",
        "WRITE_ENABLED": "true",
        "SCRIPTING_ENABLED": "true"
      }
    }
  }
}
  1. Open the Command Palette (Cmd/Ctrl+Shift+P) → MCP: List Servers to verify the connection
  2. Open Copilot Chat (or any AI assistant in VS Code) and use @nowaikit or just ask naturally
Tip: Add .vscode/mcp.json to .gitignore if it contains credentials, or use environment variables from a .env file.

Full guide → clients/vscode/SETUP.md </details>

<details> <summary><b>VS Code — GitHub Copilot</b> (agent mode)</summary>

  1. Install VS Code + GitHub Copilot extension
  2. Create .vscode/mcp.json in your project:

{
  "servers": {
    "nowaikit": {
      "type": "stdio",
      "command": "node",
      "args": ["${workspaceFolder}/../../nowaikit/dist/server.js"],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://yourinstance.service-now.com",
        "SERVICENOW_AUTH_METHOD": "basic",
        "SERVICENOW_BASIC_USERNAME": "admin",
        "SERVICENOW_BASIC_PASSWORD": "your_password"
      }
    }
  }
}
3. Open Copilot Chat → Agent mode → @nowaikit

Full guide → clients/vscode/SETUP.md </details>

<details> <summary><b>VS Code — Continue.dev</b> (open-source Copilot alternative)</summary>

  1. Install Continue from VS Code Marketplace
  2. Edit ~/.continue/config.json:
{
  "mcpServers": [
    {
      "name": "nowaikit",
      "command": "node",
      "args": ["/path/to/nowaikit/dist/server.js"],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://yourinstance.service-now.com",
        "SERVICENOW_AUTH_METHOD": "basic",
        "SERVICENOW_BASIC_USERNAME": "admin",
        "SERVICENOW_BASIC_PASSWORD": "your_password"
      }
    }
  ]
}

Full guide → docs/CLIENT_SETUP.md </details>

<details> <summary><b>VS Code — Cline</b> (autonomous AI agent)</summary>

  1. Install Cline from VS Code Marketplace
  2. Open Cline → MCP Servers → Add Server
  3. Enter the path to nowaikit/dist/server.js and your environment variables

Full guide → docs/CLIENT_SETUP.md </details>

<details> <summary><b>JetBrains AI Assistant</b> (IntelliJ IDEA, PyCharm, WebStorm, etc.)</summary>

  1. Install JetBrains AI Assistant plugin
  2. Go to Settings → Tools → AI Assistant → MCP Servers
  3. Add a new server with the path to nowaikit/dist/server.js
  4. Set environment variables in the server configuration dialog

Full guide → docs/CLIENT_SETUP.md </details>

<details> <summary><b>Amazon Q Developer</b> (AWS CLI + IDE)</summary>

  1. Install Amazon Q Developer extension for VS Code or IntelliJ
  2. Configure MCP via ~/.aws/amazonq/mcp.json:
{
  "mcpServers": {
    "nowaikit": {
      "command": "node",
      "args": ["/path/to/nowaikit/dist/server.js"],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://yourinstance.service-now.com",
        "SERVICENOW_AUTH_METHOD": "basic",
        "SERVICENOW_BASIC_USERNAME": "admin",
        "SERVICENOW_BASIC_PASSWORD": "your_password"
      }
    }
  }
}

Full guide → docs/CLIENT_SETUP.md </details>

---

Frequently Asked Questions

Do I need to know the ServiceNow API to use this? No. For beginners, you just connect your AI and ask questions in plain English. The kit handles all API calls automatically.

Which ServiceNow versions are supported? All actively supported ServiceNow releases. The toolkit targets the latest available APIs and has been tested on the three most recent releases — Zurich, Yokohama, and Xanadu — and works on any currently supported instance.

Can I use this on a free Personal Developer Instance (PDI)? Yes. Get a free PDI at developer.servicenow.com and connect in 5 minutes.

Is it safe to use on production? Yes. The permission system is read-only by default. Write, scripting, and Now Assist capabilities must each be explicitly enabled with environment variables. Use role packages to limit the tool surface.

Can I use multiple AI providers at the same time? Yes. Each AI client gets its own MCP config pointing at the same (or different) NowAIKit instance. Run Claude Desktop and Cursor side by side against the same ServiceNow environment. In the nowaikit Desktop app you can switch between Claude, ChatGPT, and Gemini with one click inside the Chat page.

Does it support multi-instance / multiple customers? Yes. Configure any number of instances (prod, staging, dev, or multiple customer tenants) via instances.json or environment variables. Use list_instances, switch_instance, and get_current_instance tools to manage them, or pass instance: "name" to any individual tool call. See docs/MULTI_INSTANCE.md.

Is it free? Completely free to use for personal and commercial purposes. See LICENSE for details.

---

🎯 aiskill88 AI 点评 A 级 2026-06-13

功能丰富的ServiceNow AI工具包

📚 实用指南(长尾问题)
适合谁
  • 需要 nowaikit 解决具体问题的开发者与运营人员
最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
nowaikit 中文教程nowaikit 安装报错怎么办nowaikit 与同类工具对比nowaikit 最佳实践nowaikit 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要 nowaikit 解决具体问题的开发者与运营人员
⭐ 最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

参考项目文档和示例代码
💡 AI Skill Hub 点评

经综合评估,ServiceNow AI工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

⬇️ 获取与下载
📚 深入学习 ServiceNow AI工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 nowaikit
原始描述 开源MCP工具:The Most Comprehensive ServiceNow AI Toolkit — 400+ tools. Connect Claude, ChatG。⭐11 · TypeScript
Topics aiautomationclaudetypescript
GitHub https://github.com/aartiq/nowaikit
License NOASSERTION
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/aartiq/nowaikit 🌐 官方网站  https://nowaikit.com

收录时间:2026-06-13 · 更新时间:2026-06-13 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。