hubspot-mcp-server
10
This project is a Model Context Protocol server that integrates with HubSpot CRM, allowing AI assistants to perform operations such as managing contacts and retrieving activity history. The server provides real-time access and secure authentication.
Overview
This project is a Model Context Protocol (MCP) server that integrates seamlessly with HubSpot CRM, enabling AI assistants to interact with HubSpot data. It offers:
- Management of contacts and companies
- Detailed activity history and engagement retrieval
- Real-time updates and secure authentication
- Extensible design to add more API capabilities
Why Use This MCP Server?
- Seamless AI Integration
- Simplified CRM Operations
- Real-time Data Access
- Secure Authentication
- Extensible Design
Usage
This server allows interacting with the HubSpot CRM via AI assistants. It provides tools for creating, managing, and retrieving information about contacts and companies.
Features
- hubspot_create_contact: Create new contacts with duplicate checking
- hubspot_create_company: Create new companies with duplicate checking
- hubspot_get_company_activity: Retrieve company activity history
- hubspot_update_contact: Update existing contacts
- hubspot_update_company: Update existing companies
Extending the Server
The server can be extended by adding new methods to the HubSpotClient
class and rebuilding the project.