ServiceNow MCP Server by CData
@CDataSoftware
ServiceNow MCP Server by CData について
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).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\servicenow.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント