ServiceNow MCP Server by CData
@CDataSoftware
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for ServiceNow (beta)](https://www.cdata.com/download/download.aspx?sku=BNZK-V&type=beta).
Overview
What is ServiceNow MCP Server by CData?
ServiceNow MCP Server by CData is a read-only MCP server that lets LLMs like Claude Desktop query live ServiceNow data using natural language. It wraps the CData JDBC Driver for ServiceNow, which exposes ServiceNow as relational SQL tables, so no direct SQL is required.
How to use ServiceNow MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for ServiceNow, then create a .prp file with your connection details. Configure Claude Desktop by adding the server to claude_desktop_config.json with the path to java and the JAR along with the .prp file. The server uses stdio transport and must run on the same machine as the client.
Key features of ServiceNow MCP Server by CData
- Read-only access (SELECT queries only)
- Query live ServiceNow data via natural language
- Tools:
get_tables,get_columns,run_query - Powered by the CData JDBC Driver for ServiceNow
- MIT licensed
Use cases of ServiceNow MCP Server by CData
- Ask “How many open tickets do I have?” without writing SQL
- Explore correlations between closed opportunities and account industries
- Retrieve calendar events or support ticket summaries
- Quickly inspect available tables and columns in your ServiceNow instance
FAQ from ServiceNow MCP Server by CData
Is this server read‑only?
Yes. This project explicitly builds a read‑only MCP server. For full create, update, delete, and action capabilities, use the free CData MCP Server for ServiceNow (beta).
What transport does it use?
The server uses stdio transport, so it must run on the same machine as the client (e.g., Claude Desktop).
What are the system requirements?
Java, Maven (to build), and the CData JDBC Driver for ServiceNow installed and licensed on the machine.
How does authentication work?
Authentication (including OAuth) is handled through the CData JDBC Driver’s connection string utility. You configure the connection in the .prp file.
Can I modify data with this server?
No. Only SQL SELECT queries are supported via the run_query tool.