Hubspot Mcp Server
@DidelotK
关于 Hubspot Mcp Server
MCP server for integrating HubSpot with Claude Desktop and other MCP clients. Provides access to HubSpot contacts, companies, and deals through conversational tools.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hubspot": {
"command": "uv",
"args": [
"run",
"python",
"/path/to/your/project/main.py",
"--mode",
"stdio"
],
"env": {
"HUBSPOT_API_KEY": "your_hubspot_api_key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is HubSpot MCP Server?
It is an MCP (Model Context Protocol) server that integrates HubSpot with Claude Desktop and other MCP clients. It provides conversational access to HubSpot contacts, companies, and deals through a set of tools.
How to use HubSpot MCP Server?
Install by cloning the repository and running uv sync. Configure by setting the HUBSPOT_API_KEY environment variable. Start the server with uv run python main.py --mode stdio. Then configure Claude Desktop or another MCP client using the integration guide.
Key features of HubSpot MCP Server
- List and filter HubSpot contacts.
- List and filter HubSpot companies.
- List and filter HubSpot deals.
- Create new deals in HubSpot.
- Search for a deal by exact name.
- Retrieve contact, company, and deal field properties.
Use cases of HubSpot MCP Server
- List all HubSpot contacts conversationally in Claude.
- Find companies belonging to a specific industry sector.
- View current deal pipeline and details.
- Create a new deal for a project from a chat.
- Search for an existing deal by its name.
FAQ from HubSpot MCP Server
What are the prerequisites for using HubSpot MCP Server?
Python 3.12+, the uv package manager, and a HubSpot API key with CRM permissions are required.
How do I install and run the server?
Clone the repository, run uv sync, export the HUBSPOT_API_KEY environment variable, and execute uv run python main.py --mode stdio.
What tools does HubSpot MCP Server provide?
It provides 8 tools: list contacts, list companies, list deals, create a deal, get a deal by name, and get contact/company/deal properties.
How can I use it with Claude Desktop?
After running the server, configure Claude Desktop to connect to it. You can then use natural language phrases like “List my HubSpot contacts” or “Create a new deal for Project X.”
What is the current test coverage?
The server has passed 79 tests with 96% code coverage.
数据与分析 分类下的更多 MCP 服务器
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Server for Data Exploration
reading-plus-aiData Visualization MCP Server
isaacwassermanMCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
评论