HubSpot MCP Server
HubSpot MCP Server
[]
Übersicht
Ein Model Context Protocol (MCP)-Server, der es KI-Assistenten ermöglicht, mit HubSpot-CRM-Daten zu interagieren. Dieser Server verbindet KI-Modelle mit Ihrem HubSpot-Konto und bietet direkten Zugriff auf Kontakte, Unternehmen und Engagement-Daten. Eine integrierte Vektorspeicherung und Caching-Mechanismen helfen, die Grenzen der HubSpot-API zu überwinden und gleichzeitig die Antwortzeiten zu verbessern.
Unsere Implementierung priorisiert die am häufigsten verwendeten, besonders wertvollen HubSpot-Operationen mit robuster Fehlerbehandlung und API-Stabilität. Jede Komponente ist für KI-freundliche Interaktionen optimiert und gewährleistet zuverlässige Leistung auch bei komplexen, mehrstufigen CRM-Workflows.
Related MCP server: HubSpot MCP Server
Warum MCP-HubSpot?
Direkter CRM-Zugriff: Verbinden Sie Claude und andere KI-Assistenten ohne Zwischenschritte mit Ihren HubSpot-Daten.
Kontextspeicherung: Die Vektorsspeicherung mit FAISS ermöglicht die semantische Suche über frühere Interaktionen.
Nullkonfiguration: Einfache Docker-Bereitstellung mit minimalem Einrichtungsaufwand.
Beispiel-Prompts
Create HubSpot contacts and companies from this LinkedIn profile:
[Paste LinkedIn profile text]What's happening lately with my pipeline?Verfügbare Tools
Der Server bietet Tools für die HubSpot-Verwaltung und den Datenabruf:
Tool | Zweck |
| Kontakte mit Duplikatschutz erstellen |
| Unternehmen mit Duplikatschutz erstellen |
| Aktivitäten für bestimmte Unternehmen abrufen |
| Zuletzt aktive Unternehmen abrufen |
| Zuletzt aktive Kontakte abrufen |
| Letzte Unterhaltungsthreads mit Nachrichten abrufen |
| Semantische Suche in zuvor abgerufenen HubSpot-Daten |
Leistungsmerkmale
Vektorspeicher: Nutzt FAISS für eine effiziente semantische Suche und Abruf.
Thread-Level-Indizierung: Speichert jeden Unterhaltungsthread einzeln für einen präzisen Zugriff.
Embedding-Caching: Verwendet st SentenceTransformer mit automatischem Caching.
Persistenter Speicher: Daten bleiben zwischen den Sitzungen in einem konfigurierbaren Speicherverzeichnis erhalten.
Multiplattform-Unterstützung: Optimierte Docker-Images für verschiedene Architekturen.
Einrichtung
Voraussetzungen
Sie benötigen ein HubSpot-Zugriffstoken mit den folgenden Scopes:
crm.objects.contacts (read/write)
crm.objects.companies (read/write)
sales-email-read
Docker-Konfiguration
Für die manuelle Konfiguration im 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-Image erstellen
So erstellen Sie das Docker-Image lokal:
git clone https://github.com/dennis19741216/AI-assistant-with-HubSpot-CRM.git
cd mcp-hubspot
docker build -t mcp-hubspot .Für Multiplattform-Builds:
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t dennis/mcp-hubspot:latest --push .Entwicklung
pip install -e .This server cannot be installed
Maintenance
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
- AlicenseBqualityFmaintenanceEnables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.16127MIT
- AlicenseAqualityDmaintenanceA 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.818213MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with HubSpot CRM for managing contacts, companies, deals, and sending emails through natural language commands.182MIT
- AlicenseAqualityBmaintenanceExposes HubSpot CRM data and actions as tools for AI agents, enabling contact lookup, company search, contact creation, and activity logging via natural language.4182MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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