RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.mindstone/mcp-server-hubspot · v0.2.1
HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads
HubSpot 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server-hubspot": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-hubspot"
],
"env": {
"HUBSPOT_CONFIG_DIR": "<HUBSPOT_CONFIG_DIR>",
"HUBSPOT_ACCOUNT_EMAIL": "<HUBSPOT_ACCOUNT_EMAIL>",
"HUBSPOT_CLIENT_ID": "<HUBSPOT_CLIENT_ID>",
"HUBSPOT_CLIENT_SECRET": "<HUBSPOT_CLIENT_SECRET>"
}
}
}
}HUBSPOT_CONFIG_DIR必填Directory containing accounts.json and credentials/*.token.json
HUBSPOT_ACCOUNT_EMAIL必填Account selector — one MCP process per HubSpot account
MCP_WORKSPACE_PATH可选Workspace root for local file tools (required only when invoking upload/attach tools)
HUBSPOT_CLIENT_ID必填HubSpot OAuth client ID
HUBSPOT_CLIENT_SECRET必填secretHubSpot OAuth client secret
HUBSPOT_SOURCE_LABEL可选Source attribution label applied to new records
HUBSPOT_DISABLE_REFRESH可选Set to 1 to disable token refresh on this surface (use on cloud so desktop remains the sole refresh authority)
HUBSPOT_ALLOW_CLOUD_REFRESH可选Set to 1 to allow refresh on the cloud surface even when HUBSPOT_DISABLE_REFRESH=1 (escape hatch)
HUBSPOT_REQUEST_TIMEOUT_MS可选Outbound HTTP request timeout in milliseconds (max 300000 = 5 min)
HUBSPOT_SCOPE_TIER可选OAuth scope tier — 'readonly' or 'full'. Overrides the per-account stored tier
HUBSPOT_REFRESH_LOCK_STALE_MS可选Stale-lock detection threshold for the credential refresh mutex (advanced)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.mindstone/mcp-server-hubspot",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "HubSpot",
"description": "HubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threads",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/hubspot"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@mindstone/mcp-server-hubspot",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "HUBSPOT_CONFIG_DIR",
"description": "Directory containing accounts.json and credentials/*.token.json",
"isRequired": true
},
{
"name": "HUBSPOT_ACCOUNT_EMAIL",
"description": "Account selector — one MCP process per HubSpot account",
"isRequired": true
},
{
"name": "MCP_WORKSPACE_PATH",
"description": "Workspace root for local file tools (required only when invoking upload/attach tools)"
},
{
"name": "HUBSPOT_CLIENT_ID",
"description": "HubSpot OAuth client ID",
"isRequired": true
},
{
"name": "HUBSPOT_CLIENT_SECRET",
"description": "HubSpot OAuth client secret",
"isRequired": true,
"isSecret": true
},
{
"name": "HUBSPOT_SOURCE_LABEL",
"description": "Source attribution label applied to new records"
},
{
"name": "HUBSPOT_DISABLE_REFRESH",
"description": "Set to 1 to disable token refresh on this surface (use on cloud so desktop remains the sole refresh authority)"
},
{
"name": "HUBSPOT_ALLOW_CLOUD_REFRESH",
"description": "Set to 1 to allow refresh on the cloud surface even when HUBSPOT_DISABLE_REFRESH=1 (escape hatch)"
},
{
"name": "HUBSPOT_REQUEST_TIMEOUT_MS",
"description": "Outbound HTTP request timeout in milliseconds (max 300000 = 5 min)"
},
{
"name": "HUBSPOT_SCOPE_TIER",
"description": "OAuth scope tier — 'readonly' or 'full'. Overrides the per-account stored tier"
},
{
"name": "HUBSPOT_REFRESH_LOCK_STALE_MS",
"description": "Stale-lock detection threshold for the credential refresh mutex (advanced)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mindstone/mcp-server-hubspot",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mindstone%2Fmcp-server-hubspot/versions/latest",
"isOfficial": true,
"status": "active"
}
}