HubSpot Email MCP Server
Provides tools for managing HubSpot marketing emails, including listing emails, getting email details, creating email drafts, and updating emails through the HubSpot Marketing Email API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HubSpot Email MCP Serverlist my recent marketing emails"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HubSpot Email MCP Server
A Model Context Protocol (MCP) server for the HubSpot Marketing Email API. Manage HubSpot marketing emails from Claude Desktop.
Features
List marketing emails
Get email details
Create email drafts
Update emails
Note: This server does not include email sending functionality to prevent accidental sends.
Related MCP server: HubSpot MCP Server
Setup
1. Install Dependencies
npm install2. Get HubSpot Access Token
Log in to your HubSpot account
Go to Development > Legacy Apps (開発 > 旧アプリ)
Create a new app
Set the required scopes:
content(for Marketing Emails)Copy the Access Token (
pat-na1-...format)
3. Build
npm run build4. Configure Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hubspot-email": {
"command": "npx",
"args": ["-y", "/path/to/hubspot-email-mcp"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "your-access-token"
}
}
}
}5. Restart Claude Desktop
Restart Claude Desktop completely to apply the settings.
Usage
You can use it in Claude Desktop like this:
"Create a newsletter draft in HubSpot.
Subject: New Product Announcement
Body: We have released a new version of Product A"
"Show me the list of emails created last week"
"Check the content of email ID 12345"Development
Testing with MCP Inspector
You can test the MCP server using the official inspector tool:
npx @modelcontextprotocol/inspector npx -y /path/to/hubspot-email-mcpSet the HUBSPOT_ACCESS_TOKEN environment variable in the inspector UI to test with your HubSpot account.
Local Testing
npm run devBuild
npm run buildLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables Claude to interact with HubSpot CRM for sales analysis and insights, providing tools for managing contacts, deals, companies, and retrieving sales analytics data.172410MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with HubSpot CRM for managing contacts, companies, deals, and sending emails through natural language commands.168MIT
- Flicense-quality-maintenanceEnables management of HubSpot CRM entities including contacts, companies, deals, and pipelines through natural language. It provides comprehensive tools for listing, searching, creating, and updating records with support for OAuth 2.0 authentication.
- Alicense-qualityDmaintenanceEnables Claude Desktop to interact with the BusinessFlowPro marketing automation platform via natural language, supporting campaign, contact, template, landing page, form, analytics, and AI content operations.MIT
Related MCP Connectors
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
Read, edit, publish, and preview your pepita websites from Claude.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hdmt/hubspot-email-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server