loading…
Search for a command to run...
loading…
A Type 4 OAuth MCP server that enables AI assistants to interact with HubSpot CRM objects like contacts, companies, deals, and tickets.
A Type 4 OAuth MCP server that enables AI assistants to interact with HubSpot CRM objects like contacts, companies, deals, and tickets.
A Type 4 OAuth MCP server for HubSpot CRM API, enabling AI assistants to interact with HubSpot contacts, companies, deals, and tickets.
crm.objects.contacts.readcrm.objects.contacts.writecrm.objects.companies.readcrm.objects.companies.writecrm.objects.deals.readcrm.objects.deals.writeticketsConfigure these environment variables:
OAUTH_ENABLED=true
OAUTH_AUTHORIZE_URL=https://app.hubspot.com/oauth/authorize
OAUTH_TOKEN_URL=https://api.hubapi.com/oauth/v1/token
OAUTH_CLIENT_ID=your-client-id
OAUTH_CLIENT_SECRET=your-client-secret
OAUTH_SCOPES_AVAILABLE=crm.objects.contacts.read,crm.objects.contacts.write,crm.objects.companies.read,crm.objects.companies.write,crm.objects.deals.read,crm.objects.deals.write,tickets
OAUTH_BASE_URL=https://api.hubapi.com
DEDALUS_API_KEY=dsk-live-...
DEDALUS_AS_URL=https://as.dedaluslabs.ai
from dedalus_mcp import runner
result = await runner.run(
input="Find all contacts at Acme Corp",
mcp_servers=["dedalus-labs/hubspot-mcp"],
)
This server uses the HubSpot CRM API v3.
MIT
Run in your terminal:
claude mcp add hubspot-mcp-server -- npx