Mmcp.market

Servicenow AI MCP server

by LeassTaTT·io.github.LeassTaTT/servicenow-mcp-ai·v2.0.0

ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.

B72/100grade B
What users say
No reviews yet
Be the first
Safety scan
B72/100

full report

Adoption
Growing

8 stars86 downloads/wk

Reviews

Write one

Nobody has reviewed Servicenow AI yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Servicenow AI tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it

1 medium
  • Code scan71 source files scanned20/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10

Findings (1)

  • mediumeval / new Function usedexec.eval
    build/api/codecheck.js: …re: /\beval\s*\(/, hint: "Avoid eval() — it is a security and performance ris…
Overall 72/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Servicenow AI repository's README, as published. We do not edit it. Read it on GitHub

servicenow-mcp-ai — ServiceNow MCP Server

📖 Documentation site →

A Model Context Protocol server that lets an MCP client (VS Code, Claude Desktop, etc.) run commands against a ServiceNow instance through its REST APIs — Table, Aggregate, Attachment, Import Set, Batch and CMDB, plus the Service Catalog, Change Management and Knowledge plugin APIs. Credentials are kept in a local env file and can be updated at runtime through a tool.

Upgrading from 1.x? v2.0 makes writes plan-by-default: create/update/delete

and the other record-write tools return a non-mutating preview unless you pass

apply: true (or set SNWRITEMODE=apply to restore the v1 "execute immediately"

behaviour). See the CHANGELOG → 2.0.0 for the full migration note.

Contents: Quick demo · Features · Requirements · Setup · Configure credentials · Run / debug · Develop · Tools · Resources · Prompts · Project structure · Security notes · Project documentation · Support

Built and maintained in my own time — if it helps, a GitHub Sponsors tip keeps it going. Full Support options are near the end.

Quick demo

Three things the platform makes hard, one call each. Point your MCP client at an instance (Setup) and ask:

1. "Where is this field actually used?" — every script, business rule, client script, UI policy/action and ACL that touches it, as JSON or a Mermaid graph. The IDE-grade find usages ServiceNow has no button for:

// servicenow_where_used
{
  "kind": "field", // "table" | "field" | "script"
  "name": "u_cost_center",
  "mermaid": true, // also render a reference graph
}

2. "What runs when I save this record?" — the full automation chain in execution order (display → before → after → async business rules, then flows, workflows and notifications), each with its condition — a logical test that runs nothing:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y servicenow-mcp-ai on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add servicenow-mcp-ai -- npx -y servicenow-mcp-ai
Add to Cursor

Servicenow AI: common questions

Is Servicenow AI MCP server safe?
Mostly: it is graded B (72/100). Read the Servicenow AI safety report
How do I install Servicenow AI?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Servicenow AI need an API key?
Yes. The registry entry asks for SN_PASSWORD, SN_API_KEY.
Is Servicenow AI maintained?
The last commit was in the last day (2026-09-26). The latest release is v2.0.0.
What can I use instead of Servicenow AI?
Servers from other publishers that do the same job: Servicenow AI MCP server, Partner Center MCP server and Cybercentry Verification MCP server. Compare all Servicenow AI alternatives.

Alternatives to Servicenow AI

Same job from other publishers: the closest match first, then the best rated.

All Servicenow AI alternatives →
  • Servicenow AI
    ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.
    B
  • Partner Center
    Unofficial Partner Center REST API knowledge & codegen assistant (scenarios, auth, errors).
    A
  • Cybercentry Verification
    Twelve tools: token, wallet, contract and site security. Two free, the rest $1 in USDC over x402.
    A
  • Rxnorm
    RxNorm MCP — wraps the NLM RxNav REST API (free, no auth)
    A
  • Rede
    MCP server for Rede — Itaú-owned BR acquirer: authorize/capture/refund, zero-auth, card tokens
    B

More from LeassTaTT →