ServiceNow AI Tools You Can Use Today

servicenow

Enable AI Animation

ServiceNow just made a big announcement about AI in every SKU but you can’t actually use most of it yet. No GenAI on PDIs, no clear tier limits, and current customers won’t see changes until renewal.

So what can you use right now? Here’s everything I know of. A pretty post on the difffernces here is laid out nicely by Lukasz Szumilas here.

Data exploration

MCP Servers

MCP servers let AI tools like Claude, Cursor, or Opencode talk to your ServiceNow instance directly.

  • ServiceNow’s official MCPdocs. Allegedly requires Prime licensing.
  • Echelon AI’sgithub. Python, basic auth, OAuth, or API key.
  • Michael Buckner’sgithub. Python, basic auth only.
  • Nanda’sgithub. Uses now-sdk auth, requires Node.js.
  • Community tutorialHow to create your own ServiceNow MCP server. More of a how-to guide, Python.

CLIs

  • jsnjsn.jace.pro. Downloaded binary, basic auth, OAuth, or cookie auth.

Build tools

These create and deploy stuff to update sets and scopes on your instance.

  • now-sdkgithub. Node.js, basic auth or OAuth. This is ServiceNow’s official SDK and where their AI skills live.
  • Nanda’s now-sdk extensionnpm. Requires now-sdk.
  • jsnjsn.jace.pro. Downloaded binary, basic auth, OAuth, or cookie auth.

ServiceNow’s AI skills

Part of the April 2026 announcement, ServiceNow released agent skills built into the now-sdk. Two so far:

The real thing here isn’t the skills themselves. It’s that ServiceNow is officially blessing external AI tools for building on the platform. That’s the door opening.

None of this requires the new pricing tiers. You just need an instance and credentials.

Related to this, some of the soruces

Edwin Coronado posted on LinkedIn about it. Those skills are part of the now-sdk tooling. There are two skills right now:

Not that crazy on its own, but it is ServiceNow giving you permission to use external AI tools to build on the platform. Claude Code, Opencode, Codex, whatever. That part is genuinely useful.


View this page on GitHub.