hubspot-mcp-server-by-cdata
@CDataSoftware
About hubspot-mcp-server-by-cdata
This read-only MCP Server allows you to connect to HubSpot data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is hubspot-mcp-server-by-cdata?
hubspot-mcp-server-by-cdata is a read-only MCP server from CData that lets LLMs (like Claude Desktop) query live HubSpot data using natural language. It wraps the CData JDBC Driver for HubSpot, which exposes HubSpot data as relational SQL tables, and makes that data available through a simple MCP interface — no SQL required.
How to use hubspot-mcp-server-by-cdata?
Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for HubSpot, configure a connection string using the driver's utility, create a .prp file with JDBC properties, then add the server to Claude Desktop's claude_desktop_config.json using a java -jar command that points to the JAR and the .prp file.
Key features of hubspot-mcp-server-by-cdata
- Read-only access to HubSpot data via MCP
- Query live data using natural language
- Built on CData JDBC Driver for HubSpot
- Provides
get_tables,get_columns, andrun_querytools - Uses
stdiotransport (same-machine clients only)
Use cases of hubspot-mcp-server-by-cdata
- Ask an LLM "What is the correlation between my closed won opportunities and the account industry?"
- Ask "How many open tickets do I have in the SUPPORT project?"
- Ask "Can you tell me what calendar events I have today?"
- Let non-technical users explore HubSpot data conversationally
FAQ from hubspot-mcp-server-by-cdata
Is this server read-only, or does it support write operations?
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a free beta version of the CData MCP Server for HubSpot.
What dependencies are required?
You need Java, Maven, and the CData JDBC Driver for HubSpot (which must be downloaded and licensed separately). The driver handles OAuth authentication with HubSpot.
Does the data stay local?
Yes. The server runs on your machine and queries HubSpot directly via the JDBC driver. No data is sent to CData.
What transports or authentication does the server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine. Authentication is handled by the CData JDBC Driver (e.g., OAuth).
What tables or data does the server expose?
By default, all tables available in the HubSpot JDBC driver are exposed. You can limit access by setting the Tables property in the .prp file to a comma-separated list of table names.
More Data & Analytics MCP servers
MCP Server for Data Exploration
reading-plus-aiHealthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Comments