Smartlead MCP Server
@jean-technologies
关于 Smartlead MCP Server
Smartlead MCP server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"smartlead": {
"command": "node",
"args": [
"path/to/smartlead-mcp-server/dist/index.js"
],
"env": {
"SMARTLEAD_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Smartlead MCP Server?
A Model Context Protocol (MCP) server for Smartlead integration. It provides tools for managing campaigns, leads, statistics, smart delivery, webhooks, client management, and smart senders, enabling automation of email outreach workflows.
How to use Smartlead MCP Server?
Clone the repository, install dependencies with npm install, add your Smartlead API key to a .env file, and build with npm run build. Start the server standalone with npm start, or integrate it with MCP clients like Claude by adding the server configuration (command, args, and env) to the appropriate MCP settings file.
Key features of Smartlead MCP Server
- Campaign management: create, update, and manage email campaigns and sequences
- Lead management: add, update, and track leads in campaigns
- Statistics: fetch and analyze campaign performance metrics
- Smart Delivery: spam test automation, reporting, and analytics
- Webhooks: manage webhook integrations with external services
- Client management: manage clients and their permissions
- Smart Senders: search, generate, and purchase domains and mailboxes
Use cases of Smartlead MCP Server
- Automate email campaign creation and lead management for outreach
- Analyze campaign performance with statistics and spam test reports
- Integrate real-time event handling via webhooks
- Manage client access and permissions within a Smartlead account
- Streamline email infrastructure setup by purchasing domains and mailboxes
FAQ from Smartlead MCP Server
What do I need to get started?
A Smartlead API key is required. Set it in a .env file as SMARTLEAD_API_KEY. Node.js and npm are also required.
How do I configure the server?
Create a .env file with the required API key and optional environment variables such as SMARTLEAD_API_URL, retry settings (max attempts, delays, backoff factor), and others.
Can I enable or disable specific feature categories?
Yes, feature categories can be enabled or disabled in the src/config/feature-config.ts file. By default, Smart Delivery, Webhooks, Client Management, and Smart Senders are enabled.
How do I integrate with MCP clients like Claude?
Add the server configuration (command, args, and env) to the MCP settings file for Claude VSCode extension or Claude desktop app, using the path to the built dist/index.js file.
Does the server handle different API base URLs?
Yes, Smart Senders endpoints use a different base URL (https://smart-senders.smartlead.ai/api/v1), which is handled automatically by the server.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论