Mmcp.market

ServiceNow MCP Server

by jschuller·io.github.jschuller/mcp-server-servicenow·v0.7.0

ServiceNow developer data plane: Table API, CMDB, update sets, schema. Read-only, allow/deny, audit.

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

full report

Adoption
Growing

18 stars257 downloads/wk

Reviews

Write one

Nobody has reviewed ServiceNow MCP Server yet.

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

ServiceNow MCP Server tools (19, 10 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • aggregate_records

    Aggregate records using COUNT, AVG, MIN, MAX, SUM with optional GROUP BY via the Stats API

  • create_ciwrite action

    Create a new CMDB configuration item

  • create_recordwrite action

    Create a new record in any ServiceNow table

  • create_update_setwrite action

    Create a new update set for tracking customizations

  • delete_recordwrite action

    Delete a record from a ServiceNow table by sys_id

  • get_ci

    Get a single CMDB configuration item by sys_id

  • get_ci_relationships

    Get relationships for a CMDB configuration item (parent and child)

  • get_current_user

    Get the currently authenticated user's information

  • get_record

    Get a single record from a ServiceNow table by sys_id

  • get_system_properties

    Query ServiceNow system properties

  • get_table_schema

    Get the data dictionary (field definitions) for a ServiceNow table, including inherited fields

  • get_update_setwrite action

    Get details of a specific update set by sys_id

  • list_ci

    List CMDB configuration items with optional class and query filtering

  • list_records

    List records from any ServiceNow table with optional filtering, field selection, and pagination

  • list_update_set_changeswrite action

    List all customer updates (changes) within an update set

  • list_update_setswrite action

    List update sets with optional state and query filtering

  • set_current_update_setwrite action

    Set an update set as the current active update set

  • update_ciwrite action

    Update a CMDB configuration item

  • update_recordwrite action

    Update an existing record in a ServiceNow table

Public scan report

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

no findings
  • Code scan25 source files scanned25/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 12 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/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 MCP Server repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-server: servicenow | tools: 19 | resources: 5 | transport: stdio,streamable-http | auth: basic,oauth,api_key | framework: fastmcp-4.0 --> <!-- mcp-name: io.github.jschuller/mcp-server-servicenow -->

ServiceNow MCP Server

The developer data plane for ServiceNow in Claude Code — Table API, schema, aggregates and update sets, on any release from Tokyo up, on PDIs, in GCC, for free. Runs alongside ServiceNow's native MCP Server.

Table API · CMDB · Update Sets · Aggregation · Resources · Read-only mode · Audit log · OAuth 2.1+PKCE · Streamable HTTP · Claude Code Plugin · 4 Skills

What This Does

This MCP server gives AI assistants the raw ServiceNow data plane: any table via the Table API, the data dictionary (with inherited fields), Stats API aggregates, CMDB classes and relationships, and update sets. 19 tools and 5 resources, with tool annotations, an optional read-only mode, table allow/deny lists, hardened encoded queries, and a JSON audit line per call.

Built with FastMCP 4.0 — speaks both the stateless MCP 2026-07-28 protocol and the legacy handshake, negotiated per connection.

Alongside ServiceNow's native MCP Server

ServiceNow's MCP Server Console (Action Fabric) exposes Now Assist skills, Knowledge Graph, flows, scripted REST and playbooks as governed tools — and excludes the Table API by design ("cannot be converted to MCP tools regardless of configuration"). This project is the other half: the developer loop that native does not serve. ServiceNow's own CEG AI CoE guide lists uvx mcp-server-servicenow as its community "Path C".

Shortened. The full README is on GitHub.

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

Install directly

claude mcp add mcp-server-servicenow -- uvx mcp-server-servicenow
Add to Cursor

ServiceNow MCP Server: common questions

Is ServiceNow MCP Server safe?
Mostly: it is graded B (83/100). Read the ServiceNow MCP Server safety report
How do I install ServiceNow MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does ServiceNow MCP Server need an API key?
Yes. The registry entry asks for SERVICENOW_PASSWORD, SERVICENOW_CLIENT_SECRET, SERVICENOW_API_KEY.
Is ServiceNow MCP Server maintained?
The last commit was 12 days ago (2026-09-08). The latest release is v0.7.0.

More from jschuller