trackmcp
Back to directory
diegotorreslopez81

swarmix-mcp

View on GitHub

MCP server for Swarmix — AI client acquisition autopilot. 15 tools for managing outreach agents from Claude.

0 stars TypeScriptOthers Updated Apr 2, 2026

Documentation

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

bash
npx @swarmix/mcp

Configure

Add to your MCP client config:

json
{
  "mcpServers": {
    "swarmix": {
      "command": "npx",
      "args": ["@swarmix/mcp"],
      "env": {
        "SWARMIX_API_KEY": "your-jwt-token",
        "SWARMIX_API_URL": "https://swarmix.co"
      }
    }
  }
}

Tools

Setup & Creation

ToolDescription
`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

ToolDescription
`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

ToolDescription
`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

code
"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

Frequently asked questions

What is swarmix-mcp?

swarmix-mcp is MCP server for Swarmix — AI client acquisition autopilot. 15 tools for managing outreach agents from Claude.

How do I install swarmix-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is swarmix-mcp open source?

Yes — it is hosted on GitHub at https://github.com/diegotorreslopez81/swarmix-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP