ServiceNow AI Tools You Can Use Today
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 MCP — docs. Allegedly requires Prime licensing.
- Echelon AI’s — github. Python, basic auth, OAuth, or API key.
- Michael Buckner’s — github. Python, basic auth only.
- Nanda’s — github. Uses
now-sdkauth, requires Node.js. - Community tutorial — How to create your own ServiceNow MCP server. More of a how-to guide, Python.
CLIs
- jsn — jsn.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-sdk — github. Node.js, basic auth or OAuth. This is ServiceNow’s official SDK and where their AI skills live.
- Nanda’s now-sdk extension — npm. Requires now-sdk.
- jsn — jsn.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.