HubSpot MCP Server
@Meerkats-Ai
HubSpot MCP Server について
hubspot-mcp-server typescript
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"hubspot-mcp-server-meerkats-ai": {
"command": "npx",
"args": [
"mcp-proxy-auth",
"node",
"dist/index.js"
]
}
}
}ツール
8`firstname` (string, required): Contact's first name
`name` (string, required): Company name
`company_id` (string, required): HubSpot company ID
`days` (number, optional, default: 7): Number of days to look back
`limit` (number, optional, default: 10): Maximum number of companies to return
`limit` (number, optional, default: 10): Maximum number of contacts to return
`contact_id` (string, required): HubSpot contact ID to update
`company_id` (string, required): HubSpot company ID to update
概要
What is HubSpot MCP Server?
The HubSpot MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data. It provides a set of tools for performing CRM operations – such as creating, updating, and retrieving contacts and companies – through natural language commands.
How to use HubSpot MCP Server?
Clone the repository, install dependencies (npm install), and build the project (npm run build). Provide a HubSpot API access token either as the HUBSPOT_ACCESS_TOKEN environment variable or as a --access-token command-line argument. Start the server with npm start and integrate it with any MCP-compatible AI assistant. For an SSE server with authentication, use npx mcp-proxy-auth.
Key features of HubSpot MCP Server
- Create contacts and companies with duplicate checking
- Update existing contacts and companies
- Retrieve detailed company activity history
- Get recent engagement data across all objects
- List recently active companies and contacts
Use cases of HubSpot MCP Server
- Manage CRM records directly from an AI assistant interface
- Pull up a company’s full activity timeline during a conversation
- Monitor recent engagements (calls, meetings, notes) across the instance
- Quickly find the most recently modified contacts or companies
FAQ from HubSpot MCP Server
What authentication is required for HubSpot MCP Server?
A HubSpot API access token from a private app with scopes for contacts, companies, and engagements.
How do I provide the access token?
Set the HUBSPOT_ACCESS_TOKEN environment variable or pass it as --access-token on the command line. A .env file can also be used.
What tools does HubSpot MCP Server expose?
It exposes eight tools: hubspot_create_contact, hubspot_create_company, hubspot_update_contact, hubspot_update_company, hubspot_get_company_activity, hubspot_get_recent_engagements, hubspot_get_active_companies, and hubspot_get_active_contacts.
Can I add more HubSpot API capabilities?
Yes. Add new methods to the HubSpotClient class, register them in setupToolHandlers, and rebuild with npm run build.
Does the SSE server support authentication?
Yes, using the mcp-proxy-auth package. Set the AUTH_SERVER_URL environment variable and run npx mcp-proxy-auth to require an API key for access.
「データと分析」の他のコンテンツ
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
コメント