Swarmix Mcp
About
AI client acquisition autopilot. 15 MCP tools to deploy outreach agents across LinkedIn, Email, X, Instagram & Blog from Claude.
Details
- Author
- diegotorreslopez81
- Downloads
- 336
- Categories
- Other, Automation, AI, Marketing
Jump to
- One‑command business setup with agent creation
- Manage agents across LinkedIn, Email, X, Instagram, Blog
- View agent performance KPIs and conversion funnels
- Search leads by name, email, company, or status
- Pause, resume, or trigger agent execution
- Check credit balance and spending
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Swarmix McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with npx @swarmix/mcp and add the server to your MCP client configuration with SWARMIX_API_KEY and SWARMIX_API_URL environment variables. Then use natural language prompts or call tools like setup_business, create_product, list_agents, search_leads, etc.
list_agents
List all AI outreach agents with their status, platform, and last run time
get_agent_stats
Get performance statistics for a specific agent (connections, emails sent, open rates, etc.)
run_agent
Trigger an immediate execution of an agent. The agent will run all enabled actions once.
pause_agent
Pause an active agent. It will stop running scheduled actions.
resume_agent
Resume a paused agent. It will start running scheduled actions again.
search_leads
Search and filter leads in the database. Returns paginated results with name, email, company, status, and channel history.
get_funnel
Get the prospect funnel for an agent showing conversion at each stage (discovered -> contacted -> engaged -> replied -> converted)
get_activity
Get recent activity log entries for an agent or all agents. Shows what actions were taken and their results.
get_dashboard
Get an overview of all products, agents, and lead counts across the entire Swarmix account
setup_business
Set up a complete outreach autopilot for a business. Creates a product and deploys AI agents for the recommended channels based on business type. Available types: coach, agency, realestate, recruitment, freelancer, other.
create_product
Create a new product/business to manage outreach for. The AI will analyze the website to learn the value proposition and audience.
create_agent
Create a new AI outreach agent for a specific channel. Requires a product ID. Available platforms: linkedin, email, x, instagram, blog.
list_templates
List available business templates for the setup_business tool. Shows business types with their default channels and descriptions.
get_credits
Get current credit balance, monthly spending cap, and usage for the account.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"swarmix mcp": {
"swarmix": {
"command": "npx",
"args": [
"swarmix-mcp"
],
"env": {
"SWARMIX_API_KEY": "your-api-key",
"SWARMIX_API_URL": "https://swarmix.co"
}
}
}
}
}
McpServers
{
"swarmix": {
"command": "npx",
"args": [
"swarmix-mcp"
],
"env": {
"SWARMIX_API_KEY": "your-api-key",
"SWARMIX_API_URL": "https://swarmix.co"
}
}
}
Swarmix MCP Server
> Control your AI outreach autopilot from Claude, Cursor, or any MCP client.
Swarmix deploys AI agents that find and reach your ideal clients across LinkedIn, Email, X, Instagram, and Blog -- on autopilot. This MCP server lets you manage everything through natural language.
Install
npx @swarmix/mcp
Configure
Add to your MCP client config:
{
"mcpServers": {
"swarmix": {
"command": "npx",
"args": ["@swarmix/mcp"],
"env": {
"SWARMIX_API_KEY": "your-jwt-token",
"SWARMIX_API_URL": "https://swarmix.co"
}
}
}
}
Tools
Setup & Creation
| Tool | Description | |------|-------------| |setup_business | One-command setup: select business type -> creates product + agents for recommended channels |
| create_product | Create a product/business with website analysis |
| create_agent | Create an agent for a specific platform |
| list_templates | List available business templates |
Agent Management
| Tool | Description | |------|-------------| |list_agents | List all agents with status and platform |
| get_agent_stats | Get performance KPIs for an agent |
| run_agent | Trigger immediate agent execution |
| pause_agent | Pause an active agent |
| resume_agent | Resume a paused agent |
Leads & Analytics
| Tool | Description | |------|-------------| |search_leads | Search leads by name, email, company, status |
| get_funnel | View conversion funnel |
| get_activity | View recent activity log |
| get_dashboard | Overview of all products and agents |
| get_credits | Check credit balance and spending |
Example Prompts
"Set up outreach for my coaching business at lifecoach.com"
"Show me all my agents and their status"
"What are my LinkedIn agent stats for this week?"
"Pause the Instagram agent"
"Search for leads at company Acme"
"How many credits do I have left?"
Pricing
Swarmix uses pay-per-action pricing. Each agent action costs credits:
- Like/Follow: $0.05
- Tweet/Comment/DM/Email: $0.25
- LinkedIn/Instagram Post: $0.50
- Blog Article: $1.00
Start with 50 free actions at swarmix.co.
License
MIT -- Infinite Labs OU
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


