- Explore MCP Servers
- assistant-hubspot
Assistant Hubspot
What is Assistant Hubspot
assistant-hubspot is a modern AI-powered assistant that integrates with HubSpot CRM using the MCP protocol, allowing users to manage CRM operations through natural language interactions.
Use cases
Use cases include searching for contacts, creating opportunities, and managing CRM tasks through conversational AI, making it easier for users to interact with their CRM system.
How to use
To use assistant-hubspot, create a .env.local
file with your OpenAI and HubSpot API keys, install the necessary dependencies using ‘npm install’, and then start the development server with ‘npm run dev’.
Key features
Key features include a responsive chat interface, integration with OpenAI for natural conversations, HubSpot actions via MCP, conversation history, and a multilingual interface (French).
Where to use
assistant-hubspot can be used in customer relationship management (CRM) environments, particularly for businesses utilizing HubSpot to enhance their customer interactions and streamline operations.
Overview
What is Assistant Hubspot
assistant-hubspot is a modern AI-powered assistant that integrates with HubSpot CRM using the MCP protocol, allowing users to manage CRM operations through natural language interactions.
Use cases
Use cases include searching for contacts, creating opportunities, and managing CRM tasks through conversational AI, making it easier for users to interact with their CRM system.
How to use
To use assistant-hubspot, create a .env.local
file with your OpenAI and HubSpot API keys, install the necessary dependencies using ‘npm install’, and then start the development server with ‘npm run dev’.
Key features
Key features include a responsive chat interface, integration with OpenAI for natural conversations, HubSpot actions via MCP, conversation history, and a multilingual interface (French).
Where to use
assistant-hubspot can be used in customer relationship management (CRM) environments, particularly for businesses utilizing HubSpot to enhance their customer interactions and streamline operations.
Content
HubSpot AI Assistant
A modern AI-powered assistant that integrates with HubSpot CRM using MCP protocol. This project demonstrates a conversational interface for managing CRM operations through natural language interactions.
🎯 Objectif
Créer une interface web de type assistant personnel qui permet à un utilisateur de discuter avec une intelligence artificielle connectée à HubSpot, capable de réaliser des actions concrètes (rechercher des contacts, créer une opportunité, etc.).
🛠️ Technologies Utilisées
🛠️ Configuration
- Créer un fichier
.env.local
à la racine du projet avec les variables suivantes :
OPENAI_API_KEY=votre_clé_openai HUBSPOT_API_KEY=votre_clé_hubspot MCP_SERVER_URL=https://votre-serveur-mcp
- Installer les dépendances :
npm install
- Lancer le serveur de développement :
npm run dev
Fonctionnalités
- Interface de chat moderne et responsive
- Intégration avec l’API OpenAI pour une conversation naturelle
- Actions HubSpot via MCP
- Historique des conversations
- Interface multilingue (Français)