Add HubSpot third-party MCP plugin - #201
Merged
Merged
Conversation
HubSpot's remote CRM MCP requires a dedicated MCP auth app with OAuth (PKCE), so the plugin declares CLIENT_ID and CLIENT_SECRET variables and points at https://mcp.hubspot.com. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Hubspot MCP with client secret support as plugin variables
Note
Low Risk
Additive third-party plugin and documentation only; no changes to core runtime or shared auth beyond the standard MCP OAuth variable pattern.
Overview
Adds a new HubSpot marketplace plugin under
third_party/hubspotso Cursor can use HubSpot’s official remote MCP server athttps://mcp.hubspot.com.The plugin manifest requires
CLIENT_IDandCLIENT_SECRET(from a HubSpot MCP auth app) and passes them throughmcp.jsonOAuth auth, matching other CRM integrations. Docs cover install, redirect URLs, and team vs per-user OAuth.Marketplace (
.cursor-plugin/marketplace.json) and the root README plugin table are updated to list HubSpot.Reviewed by Cursor Bugbot for commit 0e263dd. Bugbot is set up for automated code reviews on this repo. Configure here.