hubspot-download

hubspot-download

3.3

A Model Context Protocol (MCP) server implementation that provides download capabilities for HubSpot CRM.

The HubSpot Download MCP Server is designed to facilitate the downloading of CRM objects from HubSpot into a local workspace as JSON files. This server implementation supports the extraction of various HubSpot objects such as contacts, companies, deals, and tickets, and saves them into structured JSON files for easy access and manipulation. The server is particularly useful for developers and data analysts who need to work with HubSpot data in a local environment, enabling them to perform offline analysis or integrate the data into other systems. The server requires a HubSpot access token, which can be obtained by creating a private app within the HubSpot account, ensuring secure and authorized access to the CRM data.

Features

  • {'name': 'Download Schema', 'description': 'Downloads the schema for all HubSpot objects to a JSON file.'}
  • {'name': 'Download Objects', 'description': 'Downloads HubSpot objects with their properties and saves each type to its own JSON file.'}

Usage with Different Platforms

Register the MCP


{
  "mcpServers": {
    "hubspot-crm-server": {
      "command": "npx",
      "args": [
        "tsx",
        "TODO"
      ]
    }
  }
}