{
  "markdown": "<div align=\"center\">\n\n<img src=\"https://raw.githubusercontent.com/aartiq/servicenow-mcp/main/docs/assets/banner.png\" alt=\"NowAIKit ServiceNow MCP Server\" width=\"100%\"/>\n\n[![npm](https://img.shields.io/npm/v/nowaikit?style=flat-square&color=00D4AA&label=npm)](https://www.npmjs.com/package/nowaikit)\n[![Tools](https://img.shields.io/badge/450%2B%20tools-all%20modules-0F4C81?style=flat-square)](docs/TOOLS.md)\n[![MCP](https://img.shields.io/badge/MCP-Model%20Context%20Protocol-0F4C81?style=flat-square)](https://modelcontextprotocol.io)\n[![License: Source Available](https://img.shields.io/badge/license-Source%20Available-f59e0b?style=flat-square)](LICENSE)\n\n# ServiceNow MCP Server (NowAIKit)\n\n**Connect Claude, ChatGPT, Gemini, Cursor, Copilot, or any AI, to ServiceNow.**\n\n450+ tools across ITSM, ITOM, CMDB, HRSD, CSM, Flow Designer, scripting & portal. Read, build, query and automate any instance in plain English.\n\nNew 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).\n\n</div>\n\n---\n\n## 🚀 Install (2 minutes)\n\n> Requires **Node.js 20+**.\n\n```bash\n# 1 — install\nnpm install -g nowaikit\n\n# 2 — run the wizard: it detects your AI clients and writes their config for you\nnpx nowaikit setup\n```\n\nRestart your AI client (Claude Desktop, Cursor, …) and start asking. Done.\n\n> Prefer a UI? `npx nowaikit web` for a local dashboard — or use **[NowAIKit Cloud](https://cloud.nowaikit.com)** (nothing to install).\n\n---\n\n## 🔌 Manual setup (skip the wizard)\n\nAdd this to your client's MCP config (Claude Desktop `claude_desktop_config.json`, Cursor `~/.cursor/mcp.json`, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"nowaikit\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"nowaikit\"],\n      \"env\": {\n        \"SERVICENOW_INSTANCE_URL\": \"https://yourcompany.service-now.com\",\n        \"SERVICENOW_BASIC_USERNAME\": \"your_username\",\n        \"SERVICENOW_BASIC_PASSWORD\": \"your_password\"\n      }\n    }\n  }\n}\n```\n\nOAuth, multiple instances, and per-client steps → **[Client setup](docs/CLIENT_SETUP.md)** · **[OAuth setup](docs/SERVICENOW_OAUTH_SETUP.md)**.\n\nNo instance? Grab a free Personal Developer Instance at **[developer.servicenow.com](https://developer.servicenow.com)**.\n\n---\n\n## 💬 Use it — just ask\n\n- *\"How many active P1 incidents are open right now?\"*\n- *\"Show me the 5 most recent changes and their risk.\"*\n- *\"Create a business rule on the incident table that…\"*\n- *\"Run the ATF suite for the HR onboarding flow.\"*\n- *\"What's the CMDB health for our prod CIs?\"*\n- *\"Look up GlideRecord.addEncodedQuery in the ServiceNow docs and show the syntax.\"*\n\n**Read-only by default.** Write, scripting and CMDB changes are opt-in flags — prod can't be modified by accident.\n\n---\n\n## 📚 Docs\n\n| | |\n|---|---|\n| [Installation](docs/INSTALLATION.md) · [Client setup](docs/CLIENT_SETUP.md) | [All 450+ tools](docs/TOOLS.md) · [Tool packages](docs/TOOL_PACKAGES.md) |\n| [Multi-instance](docs/MULTI_INSTANCE.md) · [OAuth](docs/SERVICENOW_OAUTH_SETUP.md) | [Scripting](docs/SCRIPTING.md) · [ATF](docs/ATF.md) · [Reporting](docs/REPORTING.md) |\n\nFull guides & product home → **[nowaikit.com](https://nowaikit.com)**\n\n---\n\n## 🧩 Part of the NowAIKit suite\n\n- 🌐 **[nowaikit.com](https://nowaikit.com)** — docs, guides & product home\n- ☁️ **[NowAIKit Cloud](https://cloud.nowaikit.com)** — the toolkit in your browser, no install\n- 📦 **[`nowaikit-sdk`](https://www.npmjs.com/package/nowaikit-sdk)** — TypeScript ServiceNow client library\n- 🧰 **NowAIKit Builder** (VS Code) · **NowAIKit Utils** (browser extension)\n\n> **⚠️ Official distribution only:** install from **npm (`nowaikit`)** or **[nowaikit.com](https://nowaikit.com)**. NowAIKit is never shipped as a downloadable GitHub `.zip` — beware copycat \"download\" repos.\n\n---\n\n© 2026 NowAIKit · Source available under the [Elastic License 2.0](LICENSE)\n",
  "bytes": 4039,
  "sha": "6f346b1e94fb98ec4c7c83c073b32d02daffb6bf5a9e33d1045cd5f398755dc5",
  "repo_slug": "aartiq/servicenow-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_habenani_servicenow_mcp_fedc7029/readme"
}