@peakmojo/mcp-hubspot
HubSpot MCP Server - A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data. This is a Python-based MCP server designed for Docker deployment with built-in
Install
Add @peakmojo/mcp-hubspot to Claude Code with the PolySkill CLI: polyskill add @peakmojo/mcp-hubspot
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview HubSpot MCP Server - A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data. This is a Python-based MCP server designed for Docker deployment with built-in FAISS vector storage for semantic search and caching. ## Development Commands ### Installation and Setup ```bash # Install in development mode pip install -e . # Run the server locally (requires HUBSPOT_ACCESS_TOKEN environment variable) mcp-server-hubspot # Or wi…
Keywords: github, hubspot-crm, python-server, docker-deployment, ai-integration, mcp-protocol, data-interaction, crm-data-access, automation-tools