Enables querying of ADP data through SQL interface, allowing retrieval of HR and payroll information
Provides SQL-based access to Airtable bases and tables for data retrieval and analysis
Allows querying of Amazon DynamoDB tables through SQL interface for NoSQL data access
Enables SQL-based querying of Amazon S3 bucket contents and metadata
Provides SQL access to Asana projects, tasks, and team data for project management analytics
Allows querying of Basecamp project data, messages, and to-dos through SQL interface
Enables SQL-based access to BigCommerce store data including products, orders, and customers
Provides SQL querying capabilities for Bitbucket repositories, issues, and pull requests
Allows SQL-based access to Box file storage and metadata for document management analytics
Enables querying of Confluence pages, spaces, and content through SQL interface
Provides SQL access to Couchbase NoSQL database collections and documents
Allows SQL querying of Databricks data platforms and analytics workspaces
Enables SQL-based access to Dropbox file storage, sharing, and metadata information
Provides SQL interface for querying eBay marketplace data including listings and transactions
Allows SQL-based querying of Elasticsearch indices and search analytics data
Provides SQL access to EnterpriseDB PostgreSQL-compatible database systems
Enables SQL querying of Facebook social media data and analytics through API
Provides SQL access to GitHub repositories, issues, pull requests, and development analytics
Allows SQL-based querying of Gmail messages, labels, and email analytics
Enables SQL access to Google Ads campaign data, keywords, and advertising analytics
Provides SQL querying capabilities for Google Analytics web traffic and user behavior data
Allows SQL-based access to Google Calendar events, schedules, and calendar data
Enables SQL querying of Google Campaign Manager 360 advertising campaign data
Provides SQL access to Google Cloud Storage buckets, objects, and metadata
Allows SQL-based querying of Google Drive files, folders, and sharing information
Enables SQL access to Google Sheets spreadsheet data and worksheet analytics
Provides SQL interface for querying GraphQL APIs and schema data
Allows SQL-based access to Greenhouse recruiting and applicant tracking system data
Enables SQL querying of Apache Hive data warehouse and big data analytics
Provides SQL access to HubSpot CRM data including contacts, deals, and marketing analytics
Allows SQL-based querying of Instagram social media data and engagement analytics
Enables SQL access to Jira project management data including issues, sprints, and workflows
Allows SQL-based access to MailChimp email marketing data, campaigns, and subscriber analytics
Enables SQL querying of MariaDB relational database systems and tables
Provides SQL interface for querying MongoDB NoSQL collections and documents
Allows SQL-based access to MYOB accounting and business management data
Enables SQL querying of MySQL relational database systems and data
Provides SQL access to Neo4j graph database nodes, relationships, and graph analytics
Allows SQL-based querying of Odoo ERP system data including CRM, inventory, and accounting
Enables SQL access to Okta identity management data including users and authentication logs
Provides SQL querying capabilities for PayPal transaction and payment data
Allows SQL-based access to Pinterest social media data, pins, and engagement analytics
Enables SQL querying of PostgreSQL relational database systems and data
Provides SQL access to Presto distributed SQL query engine and data sources
Allows SQL-based querying of QuickBooks accounting data including transactions and financial reports
Enables SQL interface for querying Redis in-memory data structures and cache analytics
Provides SQL access to RSS feed data and content syndication analytics
Allows SQL-based querying of Sage accounting and business management system data
Enables SQL access to Salesforce CRM data including leads, opportunities, accounts, and sales analytics
Provides SQL querying capabilities for SAP enterprise resource planning and business data
Allows SQL-based access to SendGrid email delivery data, analytics, and campaign metrics
Enables SQL querying of Shopify e-commerce data including products, orders, and customer analytics
Provides SQL access to SingleStore distributed database systems and real-time analytics
Allows SQL-based querying of Slack workspace data including messages, channels, and team analytics
Enables SQL access to Snapchat advertising data and campaign analytics
Provides SQL querying capabilities for Snowflake cloud data warehouse and analytics platform
Allows SQL-based access to Splunk machine data analytics and log management systems
Enables SQL querying of Square payment processing and point-of-sale transaction data
Provides SQL access to Stripe payment processing data, transactions, and financial analytics
Allows SQL-based querying of SurveyMonkey survey data, responses, and analytics
Enables SQL access to Teradata data warehouse and analytics platform systems
Provides SQL querying capabilities for Trello board data, cards, and project management analytics
Allows SQL-based access to Trino distributed SQL query engine and federated data sources
Enables SQL querying of Twilio communications data including messages, calls, and usage analytics
Provides SQL access to WooCommerce e-commerce data including products, orders, and sales analytics
Allows SQL-based querying of WordPress content management system data including posts and users
Enables SQL access to Xero accounting data including transactions, invoices, and financial reports
Provides SQL querying capabilities for XML data sources and document structures
Allows SQL-based access to YouTube analytics data including video performance and channel metrics
Enables SQL querying of Zendesk customer service data including tickets, agents, and support analytics
Provides SQL access to Zoho business application data including CRM, projects, and productivity tools
servicenow-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for ServiceNow
: 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).
Purpose
We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data ServiceNow supported by the CData JDBC Driver for ServiceNow.
CData JDBC Driver connects to ServiceNow by exposing them as relational SQL models.
This server wraps that driver and makes ServiceNow data available through a simple MCP interface, so LLMs can retrieve live information by asking natural language questions — no SQL required.
Setup Guide
- Clone the repository:
- Build the server:This creates the JAR file: CDataMCP-jar-with-dependencies.jar
- Download and install the CData JDBC Driver for {source}: https://www.cdata.com/drivers/servicenow/download/jdbc
- License the CData JDBC Driver:
- Navigate to the
lib
folder in the installation directory, typically:- (Windows)
C:\Program Files\CData\CData JDBC Driver for ServiceNow\
- (Mac/Linux)
/Applications/CData JDBC Driver for ServiceNow/
- (Windows)
- Run the command
java -jar cdata.jdbc.servicenow.jar --license
- Enter your name, email, and "TRIAL" (or your license key).
- Navigate to the
- Configure your connection to the data source (Salesforce as an example):
- Run the command
java -jar cdata.jdbc.servicenow.jar
to open the Connection String utility. - Configure the connection string and click "Test Connection"
Note: If the data sources uses OAuth, you will need to authenticate in your browser.
- Once successful, copy the connection string for use later.
- Run the command
- Create a
.prp
file for your JDBC connection (e.g.servicenow.prp
) using the following properties and format:- Prefix - a prefix to be used for the tools exposed
- ServerName - a name for your server
- ServerVersion - a version for your server
- DriverPath - the full path to the JAR file for your JDBC driver
- DriverClass - the name of the JDBC Driver Class (e.g. cdata.jdbc.servicenow.ServiceNowDriver)
- JdbcUrl - the JDBC connection string to use with the CData JDBC Driver to connect to your data (copied from above)
- Tables - leave blank to access all data, otherwise you can explicitly declare the tables you wish to create access for
Using the Server with Claude Desktop
- Create the config file for Claude Desktop ( claude_desktop_config.json) to add the new MCP server, using the format below. If the file already exists, add the entry to the
mcpServers
in the config file. WindowsLinux/MacIf needed, copy the config file to the appropriate directory (Claude Desktop as the example). WindowsLinux/Mac - Run or refresh your client (Claude Desktop).
Note: You may need to fully exit or quit your Claude Desktop client and re-open it for the MCP Servers to appear.
Running the Server
- Run the follow the command to run the MCP Server on its own
Usage Details
Once the MCP Server is configured, the AI client will be able to use the built-in tools to read, write, update, and delete the underlying data. In general, you do not need to call the tools explicitly. Simply ask the client to answer questions about the underlying data system. For example:
- "What is the correlation between my closed won opportunities and the account industry?"
- "How many open tickets do I have in the SUPPORT project?"
- "Can you tell me what calendar events I have today?"
The list of tools available and their descriptions follow:
Tools & Descriptions
In the definitions below, {servername}
refers to the name of the MCP Server in the config file (e.g. {classname_dash}
above).
{servername}_get_tables
- Retrieves a list of tables available in the data source. Use the{servername}_get_columns
tool to list available columns on a table. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_get_columns
- Retrieves a list of columns for a table. Use the{servername}_get_tables
tool to get a list of available tables. The output of the tool will be returned in CSV format, with the first line containing column headers.{servername}_run_query
- Execute a SQL SELECT query
Troubleshooting
- If you cannot see your CData MCP Server in Claude Desktop, be sure that you have fully quit Claude Desktop (Windows: use the Task Manager, Mac: use the Activity Monitor)
- If Claude Desktop is unable to retrieve data, be sure that you have configured your connection properly. Use the Connection String builder to create the connection string (see above) and copy the connection string into the property (.prp) file.
- If you are having trouble connecting to your data source, contact the CData Support Team.
- If you are having trouble using the MCP server, or have any other feedback, join the CData Community.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
All Supported Sources
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
ServiceNow MCP Server by CData
Related MCP Servers
- -securityAlicense-qualitySharePoint MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityJSON MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityNetSuite MCP Server by CDataLast updated -4MIT License
- -securityAlicense-qualitySalesforce MCP Server by CDataLast updated -MIT License