Open-source HubSpot MCP alternatives

HubSpot's MCP server is closed and run by HubSpot. If you would rather use a server whose source you can read, audit, and fork, every option below publishes its code. That matters in a CRM, where the agent can read and write customer records and you want to know exactly which calls it can make.

These are the open-source servers people line up against HubSpot. Some are full CRMs, others reframe the customer record as support or conversation, and all of them let you pin the version you trust.

The 8 best open-source alternatives

  1. SalesforceOfficial412

    Salesforce's DX server is open source and deep: query org data with SOQL, deploy and retrieve metadata, manage orgs, and run tests, with source you can audit before pointing an agent at org data.

    Set up Salesforce
  2. ZendeskCommunity102

    For support rather than sales, the community Zendesk server is open source and reads and manages tickets, comments, and Help Center articles, its repo there to inspect.

    Set up Zendesk
  3. PipedriveCommunity9

    The community Pipedrive server is open source and built on the sales pipeline: search, read, and update deals, contacts, organizations, activities, and pipelines, with code you can read end to end.

    Set up Pipedrive
  4. IntercomOfficial

    Conversation-first and open source, the Intercom server searches and reads conversations and contacts over OAuth, with source you can confirm the scope of before connecting it.

    Set up Intercom
  5. TelegramCommunity1,200

    Built on Telethon and fully open source, the Telegram server reads chats, manages groups and contacts, and sends or edits messages, when the customer relationship runs through chat.

    Set up Telegram
  6. Open source and covering Jira and Confluence, the Atlassian server is useful when customer work becomes tracked issues and documentation rather than CRM records.

    Set up Atlassian (Jira & Confluence)
  7. LINEOfficial591

    Covering the messaging side of customer contact, the official open-source LINE server pushes or broadcasts text and flex messages, manages rich menus, and reads profiles for a LINE Official Account.

    Set up LINE
  8. monday.comOfficial404

    monday.com's open-source server creates and updates items, manages boards, columns, and groups, and queries the API, a board-based way to track customer work that some teams run as a light CRM.

    Set up monday.com

How to choose

Among the open-source options, Salesforce is the deepest CRM and Pipedrive the leaner sales-focused one, both auditable in source. Zendesk and Intercom reframe the record as support and conversation, Telegram and LINE cover messaging, Atlassian and monday.com handle customer work as issues and boards. Read the repo before wiring any of them to live customer data.

FAQ

Is the HubSpot MCP server open source?
No. HubSpot runs the server itself and does not publish its source, so you authenticate over OAuth and cannot audit or modify it. Every alternative on this page ships its code publicly.
Why pick an open-source CRM server over HubSpot's hosted one?
You can read exactly which CRM calls the agent is able to make, pin or patch the version you run, and keep credentials on infrastructure you control. The trade-off is operating it yourself rather than relying on HubSpot to keep it running.
← Back to the HubSpot MCP server