Self-hosted MCP server for secure AI access to HubSpot CRM and marketing data.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"devart-mcp-server-hubspot": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Devart MCP Server for HubSpot enables AI clients to interact with your data through a secure server running in your environment. It turns a regular AI chat into a practical way to work with real-world business data — and it is faster than conventional export or manual querying.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP server for the PostFast API — schedule and manage social media posts via AI tools
MCP Security Weekly
Get CVE alerts and security updates for Devart Mcp Server Hubspot and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Devart MCP Server for HubSpot enables AI clients to interact with your data through a secure server running in your environment. It turns a regular AI chat into a practical way to work with real-world business data — and it is faster than conventional export or manual querying.
Devart MCP Server for HubSpot allows you to:
Devart MCP Server for HubSpot helps AI clients communicate directly with HubSpot databases using natural-language prompts. It translates AI requests into structured queries, executes them through Devart connectivity drivers, and returns clean, structured results for seamless AI-powered data access.

To get started with Devart MCP Server for HubSpot:
1. Download and install Devart ODBC Driver for HubSpot.
2. Download and install Devart MCP Server for HubSpot.
3. In Devart MCP Server for HubSpot, configure your data connection and integration settings.

4. Run your first natural-language query.
Prerequisites
Before building and running Devart MCP Server for HubSpot, ensure the following components are installed:
Step 1: Clone the repository
Clone the project repository and navigate to the project directory:
1. Open Command Prompt.
2. Enter the following command:
git clone https://github.com/devart-ai-connectivity/devart-mcp-server-hubspot.git
cd devart-mcp-server-hubspot
Step 2: Build the MCP Server from source
You can build Devart MCP Server for HubSpot from source using ODBC.
To build the MCP server with ODBC, select the command based on the bitness of your data source.
dotnet publish Devart.AI.McpServer.Odbc/Devart.AI.McpServer.Odbc.HubSpot/Devart.AI.McpServer.Odbc.HubSpot.csproj -c ReleaseHubSpot -r "win-x64" /p:TargetFramework=net8.0
dotnet publish Devart.AI.McpServer.Odbc/Devart.AI.McpServer.Odbc.HubSpot/Devart.AI.McpServer.Odbc.HubSpot.csproj -c ReleaseHubSpot -r "win-x86" /p:TargetFramework=net8.0
Note
The target platform must match the bitness of your ODBC data source.
Step 3: Configure the database connection for the MCP Server
1. Create an mcpserver.json configuration file in the directory containing the built MCP Server executable.
2. In the file, configure the database connection:
{
"Connections": [
{
"Name": "my_hubspot",
"DsnName": "your_dsn_name",
"Proto
... [View full README on GitHub](https://github.com/devart-ai-connectivity/devart-mcp-server-hubspot#readme)