HubSpot MCP Server
Integrate with HubSpot CRM to manage contacts, deals, and companies.
🚀 Quick Start Guide
Welcome to the HubSpot MCP Server! This guide will get you up and running in just a few minutes.
📋 Prerequisites
- Python 3.8+ installed on your system
- Claude Desktop application installed
- HubSpot Developer Account (free)
- Nango Integration configured (for secure authentication)
⚡ 5-Minute Setup
Step 1: Get HubSpot Access Token
- Visit HubSpot Developer Portal
- Sign in with your HubSpot account
- Create a new app or select existing one
- Go to the "Auth" tab → "Scopes"
- Enable these scopes:
✅ crm.objects.companies.read ✅ crm.objects.companies.write ✅ crm.objects.contacts.read ✅ crm.objects.contacts.write ✅ crm.lists.read ✅ crm.lists.write - Copy your access token from the "Auth" tab
Step 2: Configure Nango Integration
Obtain your Nango credentials:
- NANGO_BASE_URL: Your Nango instance base URL
- NANGO_SECRET_KEY: Your Nango secret key
- NANGO_CONNECTION_ID: Your connection identifier
- NANGO_INTEGRATION_ID: Your integration identifier
Step 3: Configure Claude Desktop
Add this configuration to your Claude Desktop config file:
macOS:
Location: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
Location: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hubspot": {
"command": "uvx",
"args": ["git+https://github.com/Shameerpc5029/hubspot-mcp.git"],
"env": {
"NANGO_BASE_URL": "enter_your_nango_base_url_here",
"NANGO_SECRET_KEY": "enter_your_nango_secret_key_here",
"NANGO_CONNECTION_ID": "enter_your_nango_connection_id_here",
"NANGO_INTEGRATION_ID": "enter_your_nango_integration_id_here"
}
}
}
}
Important: Replace the placeholder values with your actual Nango credentials:
- Replace
enter_your_nango_base_url_herewith your Nango base URL - Replace
enter_your_nango_secret_key_herewith your secret key - Replace
enter_your_nango_connection_id_herewith your connection ID - Replace
enter_your_nango_integration_id_herewith your integration ID
Step 4: Restart Claude Desktop
Close and reopen Claude Desktop to load the new configuration.
✅ Testing Your Setup
In Claude, try these commands:
- Test connection: "List all companies in my HubSpot"
- Create a test company: "Create a company called Test Corp with domain test.com"
- Search for contacts: "Find all contacts with gmail email addresses"
🎯 What You Can Do Now
Company Management
- Create, update, delete companies
- Search by domain or other criteria
- Get recent company activity
- Bulk operations with filters
Contact Management
- Create, update, delete contacts
- Search by email, name, phone
- Manage list memberships
- Track recent contact activity
Natural Language Examples
- "Create a company for Acme Corp with their website acme.com"
- "Find the contact [email protected] and update their phone number"
- "Show me all companies created this month"
- "Add contact ID 12345 to my VIP customers list"
🔧 Troubleshooting
Common Issues
❌ "Tool not found" errors
- Restart Claude Desktop after configuration changes
- Verify your Nango credentials are correct
- Check that
uvxis installed on your system
❌ Authentication failures
- Double-check your Nango credentials in the config
- Ensure all required scopes are enabled in your HubSpot app
- Verify your Nango integration is properly configured
❌ uvx command not found
- Install uvx:
pip install uvxorpipx install uvx - Ensure uvx is in your system PATH
Test Connection
You can test your setup by asking Claude simple questions like:
"Can you connect to my HubSpot account?"
"Show me my recent contacts"
"List my companies"
Debug Mode
If you encounter issues, check the Claude Desktop logs or console for error messages.
📞 Getting Help
- Documentation: See the main README.md for detailed info
- Issues: Report problems on GitHub Issues
- HubSpot API: Check HubSpot Developer Docs
🎉 You're Ready!
You now have HubSpot CRM integrated with Claude! Start with simple commands and explore the powerful automation possibilities.
Key Features Available:
- 🏢 Complete company management
- 👥 Contact creation and updates
- 📋 List management
- 🔍 Advanced search capabilities
- 📊 Recent activity tracking
Happy automating! 🚀
Serveurs connexes
clipboard-mcp
MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more. Preserves spreadsheet structure (rows/columns) that is lost when pasting into Claude directly. Claude can also write results back to your clipboard.
OneNote
Browse and interact with the OneNote web app using browser automation.
Folderr MCP Server
Interact with the Folderr API to manage and communicate with Folderr Assistants.
notebooklm MCP
Chat with Google NotebookLM via MCP or HTTP REST API for zero-hallucination answers from your docs. Perfect for n8n workflows and automation.
t-pane MCP Server
Manage tmux panes and execute commands within tmux sessions.
PowerPoint
Create PowerPoint presentations with AI-generated images using the TogetherAI API.
Feishu/Lark OpenAPI MCP
Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.
SVG Converter
Convert SVG files to PNG, ICO, and JPG formats with high-quality rendering using the Cairo C library.
Linear
Query and search for issues in Linear, a project management tool.
上海迪士尼门票查询
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息。