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.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 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,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント