Model Context Protocol (MCP) finally gives AI models a way to access the business data needed to make them really useful at work. CData MCP Servers have the depth and performance to make sure AI has access to all of the answers.
Try them now for free →Query HubSpot Data in MySQL Workbench
Create a virtual MySQL database for HubSpot data in CData Connect (or Connect Server) and work with live HubSpot data in MySQL Workbench.
MySQL Workbench allows users to administer MySQL environments and gain better visibility into databases. When paired with CData Connect (on-premise or Connect Server), you get live access to HubSpot data as if it were a MySQL database. This article shows how to create a virtual database for HubSpot in Connect and work with live HubSpot data in MySQL Workbench.
About HubSpot Data Integration
CData provides the easiest way to access and integrate live data from HubSpot. Customers use CData connectivity to:
- Access HubSpot without worrying about API updates or changes..
- Access custom objects and fields in HubSpot with no extra configuration steps involved.
- Use SQL stored procedures to perform functional operations like uploading or downloading attachments, inserting engagements, and creating or deleting custom objects or fields.
Users frequently integrate HubSpot with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses.
To learn about how other customers are using CData's HubSpot solutions, check out our blog: Drivers in Focus: Simplified HubSpot Connectivity.
Getting Started
Create a Virtual MySQL Database for HubSpot Data
CData Connect uses a straightforward, point-and-click interface to connect to data sources and generate APIs.
- Login to Connect and click Connections.
- Select "HubSpot" from Available Data Sources.
- HubSpot uses OAuth to authenticate. Click Connect to authenticate with HubSpot.
- Click Privileges -> Add and add the new user (or an existing user) with the appropriate permissions.
With the virtual database created, you are ready to connect to HubSpot from MySQL Workbench.
Query HubSpot from MySQL Workbench
The steps below outline connecting to the virtual HubSpot database in Connect from MySQL Workbench and issuing basic queries to work with live HubSpot data.
Connect to HubSpot through Connect
- In MySQL Workbench, click to add a new MySQL connection.
- Name the connection (CData Connect).
- Set the Hostname, Port, and Username parameters to connect to the SQL Gateway.
- Click Store in Vault to set and store the password.
- Click Test Connection to ensure the connection is configured properly and click OK.

Query HubSpot Data
- Open the connection you just created (CData Connect).
- Click File -> New Query Tab.
- Write a SQL query to retrieve HubSpot data, like SELECT * FROM hubspotdb.Prospects;

With access to live HubSpot data from MySQL Workbench, you can easily query and update HubSpot, just like you would a MySQL database. Request a demo of the CData Connect and start working with HubSpot just like a MySQL database today.