ServiceNow MCP Server
ServiceNow developer data plane: Table API, CMDB, update sets, schema. Read-only, allow/deny, audit.
18 stars257 downloads/wk
Reviews
Write oneNobody 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 postsRead from the package source without running it. The installed server may list more.
aggregate_recordsAggregate records using COUNT, AVG, MIN, MAX, SUM with optional GROUP BY via the Stats API
create_ciwrite actionCreate a new CMDB configuration item
create_recordwrite actionCreate a new record in any ServiceNow table
create_update_setwrite actionCreate a new update set for tracking customizations
delete_recordwrite actionDelete a record from a ServiceNow table by sys_id
get_ciGet a single CMDB configuration item by sys_id
get_ci_relationshipsGet relationships for a CMDB configuration item (parent and child)
get_current_userGet the currently authenticated user's information
get_recordGet a single record from a ServiceNow table by sys_id
get_system_propertiesQuery ServiceNow system properties
get_table_schemaGet the data dictionary (field definitions) for a ServiceNow table, including inherited fields
get_update_setwrite actionGet details of a specific update set by sys_id
list_ciList CMDB configuration items with optional class and query filtering
list_recordsList records from any ServiceNow table with optional filtering, field selection, and pagination
list_update_set_changeswrite actionList all customer updates (changes) within an update set
list_update_setswrite actionList update sets with optional state and query filtering
set_current_update_setwrite actionSet an update set as the current active update set
update_ciwrite actionUpdate a CMDB configuration item
update_recordwrite actionUpdate 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
- 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
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
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.