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 服务器
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Nginx UI
0xJackyYet another WebUI for Nginx
评论