<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic The HubSpot MCP Server - available in Public Beta in Developer Announcements</title>
    <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1144974#M1036</link>
    <description>&lt;P&gt;This is a reposting of the HubSpot Developer changelog post announcing the MCP server, if there are any differences between this post and the changelog, changelog always takes precedent as the official source of truth.&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/changelog/mcp-server-beta" target="_blank"&gt;https://developers.hubspot.com/changelog/mcp-server-beta&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HubSpot MCP server is now available in public beta. It allows AI clients such as Cursor and Claude to interact with HubSpot data and unlocks powerful integration possibilities.&lt;/P&gt;
&lt;H2&gt;What is MCP?&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://modelcontextprotocol.io/introduction" target="_blank"&gt;MCP&lt;/A&gt; (Model Context Protocol) is an emerging standard that allows AI models to interact with applications through a consistent interface. It acts as an abstraction layer over traditional APIs, letting AI agents access application functionality without needing to understand specific API protocols.&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What does the HubSpot MCP Server do?&lt;/H2&gt;
&lt;P&gt;Interact with business-critical tools, such as HubSpot’s Smart CRM, through natural language AI applications like Claude Desktop to create and update objects, notes, and tasks tied to the way your business operates.&lt;/P&gt;
&lt;P&gt;The current MCP tools in this server&amp;nbsp; enable you to:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Retrieve, create, or update HubSpot objects&lt;/LI&gt;
&lt;LI aria-level="1"&gt;List HubSpot objects and their properties&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Access and create associations between objects&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Create tasks and notes in your HubSpot account&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Open specific screens within the HubSpot UI&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Provide feedback on the MCP server through natural language&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To help put it into perspective here are some examples of prompts that your AI client could handle with the HubSpot MCP Server.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Streamline your development&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Get the company record for Google and place it in a JSON file that I can reference in my code as a placeholder as work on the UI for my UI Extension, website module, and template."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"I don't know if the sales reps have been using a custom property called "Serial number" properly can you fetch 100 part records and let me know what data type that property is, and any rules that seem to apply to that data so I can create a regex in my application to ensure consistency?"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"I just ran a serverless function locally and want to test that the record is properly updated. Can you look at my log to see which record I updated and then look up that record in my CRM to see if that change is reflected?"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Get insights from your HubSpot data&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Get me the latest update about Acme Inc. from my HubSpot account."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Summarize all deals in the “Decision maker bought in” stage in my HubSpot pipeline with deal value &amp;gt; $1000."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Summarize the last five tickets created for Alex Smith in my HubSpot account"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Create and update CRM records&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Update the address for John Smith in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Create a new contact “John.Johnson@email.com” for Acme Inc. in my HubSpot account."&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;CRM associations&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"List all associated contacts and their roles for Acme Inc, from my HubSpot account."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"List associated contacts for Acme Inc in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Associate John Smith with Acme Inc. as a company in my HubSpot account"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Add engagements&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Add a task to send a thank-you note to jane@example.com in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Add a note for Acme. Inc. in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"List my overdue HubSpot tasks"&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;“From my HubSpot account, find the number of contacts &amp;lt;company-name&amp;gt; has.”&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Get started&lt;/H2&gt;
&lt;P&gt;The HubSpot MCP server is available as an NPM package that you can easily install and configure. To get started, all you need to do is copy the configuration JSON to your client apps (for example, Claude desktop) with your HubSpot private app access token.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/mcp" target="_blank"&gt;&lt;SPAN&gt;Connect the HubSpot MCP server to your favorite tool&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H2&gt;Get Involved&lt;/H2&gt;
&lt;P&gt;HubSpot’s MCP public beta is only the beginning. &lt;A href="https://developer.hubspot.com/mcp" target="_blank"&gt;&lt;SPAN&gt;We want your feedback&lt;/SPAN&gt;&lt;/A&gt; on the use cases you build and the problems you solve. Alternatively, use a prompt, like “provide feedback for the HubSpot MCP Server” from your client application!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SMALL&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: LLM's are prone to hallucination, always review when prompted for permission to use an MCP tool that makes changes to your account, if those changes reflect what you requested. If you'd like to experiment with full write and delete permissions we recommend doing so in a developer sandbox or other non-production account. This product will evolve to include more functionality and an improved authentication system. &lt;/SMALL&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 13:19:09 GMT</pubDate>
    <dc:creator>jmclaren</dc:creator>
    <dc:date>2025-05-06T13:19:09Z</dc:date>
    <item>
      <title>The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1144974#M1036</link>
      <description>&lt;P&gt;This is a reposting of the HubSpot Developer changelog post announcing the MCP server, if there are any differences between this post and the changelog, changelog always takes precedent as the official source of truth.&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/changelog/mcp-server-beta" target="_blank"&gt;https://developers.hubspot.com/changelog/mcp-server-beta&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The HubSpot MCP server is now available in public beta. It allows AI clients such as Cursor and Claude to interact with HubSpot data and unlocks powerful integration possibilities.&lt;/P&gt;
&lt;H2&gt;What is MCP?&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://modelcontextprotocol.io/introduction" target="_blank"&gt;MCP&lt;/A&gt; (Model Context Protocol) is an emerging standard that allows AI models to interact with applications through a consistent interface. It acts as an abstraction layer over traditional APIs, letting AI agents access application functionality without needing to understand specific API protocols.&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What does the HubSpot MCP Server do?&lt;/H2&gt;
&lt;P&gt;Interact with business-critical tools, such as HubSpot’s Smart CRM, through natural language AI applications like Claude Desktop to create and update objects, notes, and tasks tied to the way your business operates.&lt;/P&gt;
&lt;P&gt;The current MCP tools in this server&amp;nbsp; enable you to:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;Retrieve, create, or update HubSpot objects&lt;/LI&gt;
&lt;LI aria-level="1"&gt;List HubSpot objects and their properties&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Access and create associations between objects&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Create tasks and notes in your HubSpot account&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Open specific screens within the HubSpot UI&lt;/LI&gt;
&lt;LI aria-level="1"&gt;Provide feedback on the MCP server through natural language&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To help put it into perspective here are some examples of prompts that your AI client could handle with the HubSpot MCP Server.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Streamline your development&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Get the company record for Google and place it in a JSON file that I can reference in my code as a placeholder as work on the UI for my UI Extension, website module, and template."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"I don't know if the sales reps have been using a custom property called "Serial number" properly can you fetch 100 part records and let me know what data type that property is, and any rules that seem to apply to that data so I can create a regex in my application to ensure consistency?"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"I just ran a serverless function locally and want to test that the record is properly updated. Can you look at my log to see which record I updated and then look up that record in my CRM to see if that change is reflected?"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Get insights from your HubSpot data&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Get me the latest update about Acme Inc. from my HubSpot account."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Summarize all deals in the “Decision maker bought in” stage in my HubSpot pipeline with deal value &amp;gt; $1000."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Summarize the last five tickets created for Alex Smith in my HubSpot account"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Create and update CRM records&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Update the address for John Smith in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Create a new contact “John.Johnson@email.com” for Acme Inc. in my HubSpot account."&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;CRM associations&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"List all associated contacts and their roles for Acme Inc, from my HubSpot account."&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"List associated contacts for Acme Inc in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Associate John Smith with Acme Inc. as a company in my HubSpot account"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Add engagements&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;"Add a task to send a thank-you note to jane@example.com in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"Add a note for Acme. Inc. in my HubSpot account"&lt;/LI&gt;
&lt;LI aria-level="1"&gt;"List my overdue HubSpot tasks"&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI aria-level="1"&gt;“From my HubSpot account, find the number of contacts &amp;lt;company-name&amp;gt; has.”&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2&gt;Get started&lt;/H2&gt;
&lt;P&gt;The HubSpot MCP server is available as an NPM package that you can easily install and configure. To get started, all you need to do is copy the configuration JSON to your client apps (for example, Claude desktop) with your HubSpot private app access token.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.hubspot.com/mcp" target="_blank"&gt;&lt;SPAN&gt;Connect the HubSpot MCP server to your favorite tool&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;H2&gt;Get Involved&lt;/H2&gt;
&lt;P&gt;HubSpot’s MCP public beta is only the beginning. &lt;A href="https://developer.hubspot.com/mcp" target="_blank"&gt;&lt;SPAN&gt;We want your feedback&lt;/SPAN&gt;&lt;/A&gt; on the use cases you build and the problems you solve. Alternatively, use a prompt, like “provide feedback for the HubSpot MCP Server” from your client application!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SMALL&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: LLM's are prone to hallucination, always review when prompted for permission to use an MCP tool that makes changes to your account, if those changes reflect what you requested. If you'd like to experiment with full write and delete permissions we recommend doing so in a developer sandbox or other non-production account. This product will evolve to include more functionality and an improved authentication system. &lt;/SMALL&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 13:19:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1144974#M1036</guid>
      <dc:creator>jmclaren</dc:creator>
      <dc:date>2025-05-06T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1145755#M1039</link>
      <description>&lt;P class=""&gt;Hey Jon,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Nice work! it’s clean, practical, and solves a real need we have. We’re already testing it at HostDime Brasil and it's fitting in well with our Stack.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Quick question: have you run any benchmarks using open-source LLMs? Curious to hear what models and parameters gave you the best results.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;We’ve set up a flow using n8n, exposing MCP Server via supergateway as an SSE endpoint, which allows the native MCP client node in n8n to connect to it seamlessly.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;LLM-wise, we’ve had the most consistent performance running &lt;STRONG&gt;Qwen3:latest&lt;/STRONG&gt;, &lt;STRONG&gt;temperature around 0.1&lt;/STRONG&gt;, and a &lt;STRONG&gt;16k context window&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Best,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;--&lt;/P&gt;&lt;P class=""&gt;Filipe Mendes&lt;/P&gt;&lt;P class=""&gt;&lt;span class="lia-unicode-emoji" title=":globe_with_meridians:"&gt;🌐&lt;/span&gt; &lt;A class="" href="https://www.hostdime.com.br" target="_new" rel="noopener"&gt;hostdime.com.br&lt;/A&gt;&lt;BR /&gt;Most certified data center in Latin America&lt;/P&gt;&lt;P class=""&gt;Fully owned infrastructure. No shortcuts. Full control.&lt;/P&gt;&lt;P class=""&gt;&lt;A title="Servidor Dedicado" href="https://www.hostdime.com.br/servidor-dedicado/" target="_blank" rel="noopener"&gt;Servidor Dedicado&lt;/A&gt; - &lt;A title="Cloud Server" href="https://www.hostdime.com.br/produtos/cloud-server/" target="_blank" rel="noopener"&gt;Cloud Server&lt;/A&gt; - &lt;A title="Colocation" href="https://www.hostdime.com.br/produtos/colocation/" target="_blank" rel="noopener"&gt;Colocation&lt;/A&gt; - &lt;A title="Data Center Virtual" href="https://www.hostdime.com.br/produtos/data-center-virtual/" target="_blank" rel="noopener"&gt;Data Center Virtual&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 23:23:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1145755#M1039</guid>
      <dc:creator>FilipeMendes</dc:creator>
      <dc:date>2025-05-07T23:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1146283#M1043</link>
      <description>&lt;P&gt;This is very exciting. I played around with it locally and it was mind blowing. Is there a way of deploying this on the cloud?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 01:15:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1146283#M1043</guid>
      <dc:creator>LloydSilverCT</dc:creator>
      <dc:date>2025-05-09T01:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1146472#M1044</link>
      <description>&lt;P class=""&gt;Hi all,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’ve been trying for the past two days to get the &lt;SPAN class=""&gt;mcp-hubspot&lt;/SPAN&gt; app installed using Smithery CLI, and I keep running into issues that are blocking progress. Here’s a breakdown of what I’ve encountered so far in case anyone else has been through this—or better yet, found a fix.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;H3&gt;&lt;STRONG&gt;Latest Error:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P class=""&gt;When I run the following command:&amp;nbsp;npx -y @smithery/cli@latest install mcp-hubspot --client claude&lt;/P&gt;&lt;P class=""&gt;I get this::&amp;nbsp;✖ Failed to install mcp-hubspot&lt;BR /&gt;Error: Package resolution failed with status 500: Internal server error&lt;/P&gt;&lt;P class=""&gt;This seems to be a backend issue—possibly with the package registry or Smithery service—but I haven’t found any documentation or status updates confirming this.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Other Issues Faced Previously:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Smithery CLI glitches&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;The install command doesn’t always resolve dependencies smoothly, especially when scoped packages or custom clients like &lt;SPAN class=""&gt;--client claude&lt;/SPAN&gt; are involved.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;HubSpot CMS compatibility issues&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Even when I managed to install other packages, I ran into version mismatches or incomplete configurations that required manually editing &lt;SPAN class=""&gt;theme.json&lt;/SPAN&gt;, &lt;SPAN class=""&gt;fields.json&lt;/SPAN&gt;, and other project scaffolding files.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Lack of documentation&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;There’s very little documentation or step-by-step guidance for MCP-related packages or Smithery workflows beyond simple use cases. Advanced setups with custom clients or integrations (e.g., Claude, GPTs, etc.) are totally absent.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Ambiguous errors from CLI&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Most CLI errors aren’t descriptive and don’t provide actionable feedback, making troubleshooting extremely difficult. Even adding &lt;SPAN class=""&gt;--debug&lt;/SPAN&gt; doesn’t help much beyond a stack trace.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Ask:&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Has anyone in the community successfully installed &lt;SPAN class=""&gt;mcp-hubspot&lt;/SPAN&gt; using Smithery CLI recently? If so:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;What command did you use?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Which Node/npm version are you on?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Any tweaks to &lt;SPAN class=""&gt;.env&lt;/SPAN&gt; or file structure?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Did you face and resolve this 500 error?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P class=""&gt;I’d really appreciate any insights. It’s a promising setup, but these issues make onboarding extremely frustrating.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks in advance,&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Parvind Dutta&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Founder, MapleSage&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://www.linkedin.com/in/parvinddutta/" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 12:18:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1146472#M1044</guid>
      <dc:creator>Parvind</dc:creator>
      <dc:date>2025-05-09T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1150916#M1045</link>
      <description>&lt;P class=""&gt;You can run the HubSpot MCP server in the cloud using this Docker approach. Here's an example of how to set it up:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;SPAN&gt;docker run -d \ --name hubspot-mcp-server \ -p YOUR_PUBLIC_IP:YOUR_PORT:8000 \ -e PRIVATE_APP_ACCESS_TOKEN=your_hubspot_token \ supercorp/supergateway \ --oauth2Bearer &lt;SPAN class=""&gt;"your_authorization_key" \ --stdio &lt;SPAN class=""&gt;"npx -y &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63720"&gt;@hubspot&lt;/a&gt;/mcp-server"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Important Notes:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Replace YOUR_PUBLIC_IP and YOUR_PORT: Set these to the public IP address and port you want the MCP server to be accessible from. For example, -p 203.0.113.10:8050:8000 will expose the server on IP 203.0.113.10 and port 8050.&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Replace your_hubspot_token: Use your actual HubSpot Private App Access Token here. This token allows the MCP server to authenticate with your HubSpot account.&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Replace your_authorization_key: This is the bearer token used by the supergateway to authorize requests. Ensure it's a secure, randomly generated string.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;This setup uses the supercorp/supergateway Docker image to expose the MCP server over Server-Sent Events (SSE), enabling remote connections. It's a quick way to make the server accessible externally.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;However, please be aware that this method is not the most secure or elegant solution for production environments.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The supergateway serves as a bridge, allowing you to expose any MCP server that communicates over standard input/output (stdio), like the one provided by HubSpot. This is particularly useful for testing and development purposes.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Best,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;--&lt;/P&gt;&lt;P class=""&gt;Filipe Mendes&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class="lia-unicode-emoji"&gt;&lt;span class="lia-unicode-emoji" title=":globe_with_meridians:"&gt;🌐&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;A class="" href="https://www.hostdime.com.br/" target="_blank" rel="noopener nofollow noreferrer"&gt;hostdime.com.br&lt;BR /&gt;Most certified data center in Latin America&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;Fully owned infrastructure. No shortcuts. Full control.&lt;/P&gt;&lt;P class=""&gt;&lt;A title="Servidor Dedicado" href="https://www.hostdime.com.br/servidor-dedicado/" target="_blank" rel="noopener nofollow noreferrer"&gt;Servidor Dedicado&lt;SPAN&gt;&amp;nbsp;-&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A title="Cloud Server" href="https://www.hostdime.com.br/produtos/cloud-server/" target="_blank" rel="noopener nofollow noreferrer"&gt;Cloud Server&lt;SPAN&gt;&amp;nbsp;-&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A title="Colocation" href="https://www.hostdime.com.br/produtos/colocation/" target="_blank" rel="noopener nofollow noreferrer"&gt;Colocation&lt;SPAN&gt;&amp;nbsp;-&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A title="Data Center Virtual" href="https://www.hostdime.com.br/produtos/data-center-virtual/" target="_blank" rel="noopener nofollow noreferrer"&gt;Data Center Virtual&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 May 2025 14:48:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1150916#M1045</guid>
      <dc:creator>FilipeMendes</dc:creator>
      <dc:date>2025-05-10T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1209134#M1119</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We are just experimenting with the latest Hubspot MCP Server (Beta) with the HTTP Steamable Transport&lt;BR /&gt;Its a great tool.&lt;/P&gt;&lt;P&gt;We have a lot of information in the Company Notes -&lt;BR /&gt;For our use case it would be great if the MCP Server could access it, as opposed to creating API calls.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 09:04:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1209134#M1119</guid>
      <dc:creator>LMullane</dc:creator>
      <dc:date>2025-10-07T09:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1209140#M1120</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/998648"&gt;@LMullane&lt;/a&gt;&lt;/SPAN&gt; and welcome to the HubSpot Community!&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing your feedback and use case regarding the MCP Server (Beta) with HTTP Streamable Transport!&lt;BR /&gt;&lt;BR /&gt;We're glad to hear you're enjoying the tool so far.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access to Company Notes using the MCP Server (without separate API calls) is an excellent suggestion, especially for organizations that rely heavily on notes for context and collaboration.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you again for your feedback, it’s the kind of real-world insight that helps make HubSpot better for everyone.&lt;BR /&gt;&lt;BR /&gt;If you have questions or ideas, the community is here to help, and we’d love to see any other thoughts you have as you continue experimenting with the MCP Server.&lt;BR /&gt;&lt;BR /&gt;Have a lovely day!&lt;BR /&gt;Bérangère&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 09:14:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1209140#M1120</guid>
      <dc:creator>BérangèreL</dc:creator>
      <dc:date>2025-10-07T09:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1212215#M1122</link>
      <description>&lt;P&gt;We would love write access, not just read access!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2025 18:52:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1212215#M1122</guid>
      <dc:creator>BDeveloper8</dc:creator>
      <dc:date>2025-10-14T18:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: The HubSpot MCP Server - available in Public Beta</title>
      <link>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1242005#M1171</link>
      <description>&lt;P&gt;I missed a tool to get the Forms and Meetings.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 16:45:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Developer-Announcements/The-HubSpot-MCP-Server-available-in-Public-Beta/m-p/1242005#M1171</guid>
      <dc:creator>Tiago_Gouvea</dc:creator>
      <dc:date>2026-01-15T16:45:55Z</dc:date>
    </item>
  </channel>
</rss>

