mcp-hubspot vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-hubspot by baryhuang | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 122 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | E-commerceAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
mcp-hubspot · Summary
MCP server for HubSpot CRM integration with vector storage and caching to overcome API limitations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-hubspot · Use cases
- AI-powered CRM data analysis and reporting
- Creating contacts and companies from external sources like LinkedIn
- Semantic search across CRM data for better customer insights
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-hubspot · Install
Installation
**Via Smithery (recommended)**
npx -y @smithery/cli@latest install mcp-hubspot --client claude**Using Docker**
docker run -e HUBSPOT_ACCESS_TOKEN=your_token buryhuang/mcp-hubspot:latest**Claude Desktop Configuration**
{
"mcpServers": {
"hubspot": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "HUBSPOT_ACCESS_TOKEN=your_token",
"-v", "/path/to/storage:/storage",
"buryhuang/mcp-hubspot:latest"
]
}
}
}**Prerequisites**
- HubSpot access token with these scopes:
- crm.objects.contacts (read/write) - crm.objects.companies (read/write) - sales-email-read
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}