Skip to main content
Glama
dennis19741216

HubSpot MCP Server

HubSpot MCP Server

[Docker Hub]

개요

AI 어시스턴트가 HubSpot CRM 데이터와 상호작용할 수 있게 해주는 Model Context Protocol (MCP) 서버입니다. 이 서버는 AI 모델과 HubSpot 계정을 연결하여 연락처, 회사 및 참여 데이터에 직접 액세스할 수 있게 합니다. 내장된 벡터 저장소와 캐싱 메커니즘은 HubSpot API 제한을 극복하고 응답 시간을 개선하는 데 도움이 됩니다.

이 구현은 가장 자주 사용되는 고가치 HubSpot 작업을 강력한 오류 처리 및 API 안정성과 함께 우선시합니다. 각 구성 요소는 AI 친화적인 상호작용에 최적화되어 있어 복잡한 다단계 CRM 워크플로 중에도 안정적인 성능을 보장합니다.

Related MCP server: HubSpot MCP Server

왜 MCP-HubSpot인가?

  • 직접 CRM 액세스: 중간 단계 없이 Claude 및 기타 AI 어시스턴트를 HubSpot 데이터에 연결합니다.

  • 컨텍스트 유지: FAISS를 사용한 벡터 저장소는 이전 상호작용에 대한 의미론적 검색을 가능하게 합니다.

  • 제로 구성: 최소한의 설정으로 간단한 Docker 배포가 가능합니다.

예시 프롬프트

Create HubSpot contacts and companies from this LinkedIn profile:
[Paste LinkedIn profile text]
What's happening lately with my pipeline?

사용 가능한 도구

이 서버는 HubSpot 관리 및 데이터 검색을 위한 도구를 제공합니다:

도구

용도

hubspot_create_contact

중복 방지 기능으로 연락처 생성

hubspot_create_company

중복 방지 기능으로 회사 생성

hubspot_get_company_activity

특정 회사의 활동 검색

hubspot_get_active_companies

가장 최근에 활동한 회사 검색

hubspot_get_active_contacts

가장 최근에 활동한 연락처 검색

hubspot_get_recent_conversations

메시지가 포함된 최근 대화 스레드 검색

hubspot_search_data

이전에 검색한 HubSpot 데이터에 대한 의미론적 검색

성능 기능

  • 벡터 저장소: 효율적인 의미론적 검색 및 조회를 위해 FAISS를 활용합니다.

  • 스레드 수준 인덱싱: 각 대화 스레드를 개별적으로 저장하여 정확한 검색을 지원합니다.

  • 임베딩 캐싱: 자동 캐싱과 함께 SentenceTransformer를 사용합니다.

  • 영구 저장소: 구성 가능한 저장소 디렉터리에 세션 간 데이터가 유지됩니다.

  • 다중 플랫폼 지원: 다양한 아키텍처에 최적화된 Docker 이미지를 제공합니다.

설정

사전 요구 사항

다음 범위를 가진 HubSpot 액세스 토큰이 필요합니다:

  • crm.objects.contacts (읽기/쓰기)

  • crm.objects.companies (읽기/쓰기)

  • sales-email-read

Docker 구성

Claude desktop에서 수동으로 구성하려면:

{
  "mcpServers": {
    "hubspot": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "HUBSPOT_ACCESS_TOKEN=your_token",
        "-v", "/path/to/storage:/storage",  # Optional persistent storage
        "dennis/mcp-hubspot:latest"
      ]
    }
  }
}

Docker 이미지 빌드

로컬에서 Docker 이미지를 빌드하려면:

git clone https://github.com/dennis19741216/AI-assistant-with-HubSpot-CRM.git
cd mcp-hubspot
docker build -t mcp-hubspot .

다중 플랫폼 빌드의 경우:

docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t dennis/mcp-hubspot:latest --push .

개발

pip install -e .
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.
    16
    127
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A server implementation that enables AI assistants to interact with HubSpot CRM data, allowing for seamless creation and management of contacts and companies, retrieval of activity history, and access to engagement data through natural language commands.
    8
    182
    13
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Exposes HubSpot CRM data and actions as tools for AI agents, enabling contact lookup, company search, contact creation, and activity logging via natural language.
    4
    182
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…

  • An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.

  • Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dennis19741216/AI-assistant-with-HubSpot-CRM'

If you have feedback or need assistance with the MCP directory API, please join our Discord server