Enables querying of ADP data through SQL-like interface for HR and payroll information retrieval
Provides access to Airtable databases with tools for querying tables, columns, and running SQL-like operations on workspace data
Allows querying of Amazon DynamoDB NoSQL databases through SQL-like interface for document and key-value data retrieval
Enables access to Amazon S3 storage buckets and objects through SQL-like queries for file and metadata retrieval
Provides tools for querying Asana project management data including tasks, projects, and team information
Enables access to Basecamp project management data through SQL-like queries for projects, tasks, and collaboration information
Provides tools for querying BigCommerce e-commerce platform data including products, orders, and customer information
Enables access to Bitbucket repository data through SQL-like queries for code repositories, issues, and project information
Provides tools for querying Box cloud storage data including files, folders, and sharing information
Enables access to Confluence wiki and documentation data through SQL-like queries for pages, spaces, and content
Provides tools for querying Couchbase NoSQL database through SQL-like interface for document data retrieval
Enables access to Databricks analytics platform data through SQL-like queries for data processing and analytics workloads
Provides tools for querying Dropbox cloud storage data including files, folders, and sharing information
Enables access to eBay marketplace data through SQL-like queries for listings, orders, and seller information
Provides tools for querying Elasticsearch search and analytics engine through SQL-like interface for indexed data retrieval
Enables access to EnterpriseDB PostgreSQL-compatible database through SQL queries for enterprise data retrieval
Provides tools for querying Facebook platform data through SQL-like interface for social media information
Enables access to GitHub repository data through SQL-like queries for code repositories, issues, pull requests, and project information
Provides tools for querying Gmail email data through SQL-like interface for messages, threads, and mailbox information
Enables access to Google Ads advertising platform data through SQL-like queries for campaigns, keywords, and performance metrics
Provides tools for querying Google Analytics data through SQL-like interface for website traffic, user behavior, and conversion metrics
Enables access to Google Calendar data through SQL-like queries for events, schedules, and calendar information
Provides tools for querying Google Campaign Manager 360 data through SQL-like interface for advertising campaign management and reporting
Enables access to Google Cloud Storage buckets and objects through SQL-like queries for file and metadata retrieval
Provides tools for querying Google Drive cloud storage data including files, folders, and sharing information
Enables access to Google Sheets spreadsheet data through SQL-like queries for worksheet content and metadata
Provides tools for querying GraphQL APIs through SQL-like interface for flexible data retrieval from GraphQL endpoints
Enables access to Greenhouse recruiting platform data through SQL-like queries for candidates, jobs, and hiring information
Provides tools for querying HubSpot CRM and marketing platform data including contacts, deals, companies, and campaign information
Enables access to Instagram social media platform data through SQL-like queries for posts, profiles, and engagement metrics
Provides tools for querying Jira project management and issue tracking data including tickets, projects, and workflow information
Provides tools for querying MailChimp email marketing platform data including campaigns, subscribers, and performance metrics
Enables access to MariaDB relational database through SQL queries for data retrieval and analysis
Provides tools for querying MongoDB NoSQL database through SQL-like interface for document data retrieval
Enables access to MYOB accounting software data through SQL-like queries for financial and business information
Provides tools for querying MySQL relational database through SQL interface for data retrieval and analysis
Enables access to Neo4j graph database through SQL-like queries for relationship and network data analysis
Provides tools for querying Odoo ERP platform data through SQL-like interface for business process and operational information
Enables access to Okta identity management platform data through SQL-like queries for user, group, and authentication information
Provides tools for querying PayPal payment platform data through SQL-like interface for transaction and account information
Enables access to Pinterest social media platform data through SQL-like queries for pins, boards, and user engagement
Provides tools for querying PostgreSQL relational database through SQL interface for data retrieval and analysis
Enables access to Presto distributed SQL query engine for querying large datasets across multiple data sources
Provides tools for querying QuickBooks accounting software data through SQL-like interface for financial and business information
Enables access to Redis in-memory data store through SQL-like queries for key-value data retrieval
Provides tools for querying RSS feed data through SQL-like interface for news, blog posts, and syndicated content
Enables access to Sage accounting and business management software data through SQL-like queries for financial information
Provides tools for querying Salesforce CRM platform data including contacts, accounts, opportunities, and sales information
Enables access to SAP enterprise software data through SQL-like queries for business processes and operational information
Provides tools for querying SendGrid email delivery platform data including email campaigns, delivery metrics, and recipient information
Enables access to Shopify e-commerce platform data through SQL-like queries for products, orders, customers, and store information
Provides tools for querying SingleStore distributed SQL database for real-time analytics and data retrieval
Enables access to Slack messaging platform data through SQL-like queries for messages, channels, users, and workspace information
Provides tools for querying Snapchat Ads platform data through SQL-like interface for advertising campaigns and performance metrics
Enables access to Snowflake cloud data warehouse through SQL queries for data analytics and retrieval
Provides tools for querying Splunk data analytics platform through SQL-like interface for machine data and log analysis
Enables access to Square payment platform data through SQL-like queries for transactions, inventory, and business information
Provides tools for querying Stripe payment platform data through SQL-like interface for transactions, customers, and billing information
Enables access to SurveyMonkey survey platform data through SQL-like queries for surveys, responses, and analytics
Provides tools for querying Teradata data warehouse through SQL interface for enterprise data analytics and retrieval
Enables access to Trello project management data through SQL-like queries for boards, cards, lists, and team information
Provides tools for querying Trino distributed SQL query engine for analytics across multiple data sources
Enables access to Twilio communications platform data through SQL-like queries for messaging, calls, and communication logs
Provides tools for querying WooCommerce e-commerce platform data through SQL-like interface for products, orders, and customer information
Enables access to WordPress content management system data through SQL-like queries for posts, pages, users, and site information
Provides tools for querying Xero accounting software data through SQL-like interface for financial and business information
Enables access to XML data sources through SQL-like queries for structured document data retrieval and manipulation
Provides tools for querying YouTube Analytics data through SQL-like interface for video performance, channel metrics, and audience insights
Enables access to Zendesk customer service platform data through SQL-like queries for tickets, customers, and support information
Provides tools for querying Zoho business software suite data through SQL-like interface for CRM, projects, books, and other business applications
monday.com-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for Monday.com
: 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 Monday.com (beta).
Purpose
We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data Monday.com supported by the CData JDBC Driver for Monday.com.
CData JDBC Driver connects to Monday.com by exposing them as relational SQL models.
This server wraps that driver and makes Monday.com 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/monday/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 Monday.com\
- (Mac/Linux)
/Applications/CData JDBC Driver for Monday.com/
- (Windows)
- Run the command
java -jar cdata.jdbc.monday.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.monday.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.monday.com.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.monday.MondayDriver)
- 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
JSON-RPC Request Examples
If you are scripting out the requests sent to the MCP Server instead of using an AI Client (e.g. Claude), then you can refer to the JSON payload examples below – following the JSON-RPC 2.0 specification - when calling the available tools.
monday.com_get_tables
monday.com_get_columns
monday.com_run_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.
Monday .com MCP Server by CData
Related MCP Servers
- TypeScriptMIT License
- -securityAlicense-qualityMongoDB MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualitySharePoint MCP Server by CDataLast updated -MIT License
- -securityAlicense-qualityMicrosoft Exchange MCP Server by CDataLast updated -1MIT License