PluginBench
MCP Server
Maintained
MIT

io.github.Bluecraft-AI/cold-email MCP Server

io.github.Bluecraft-AI/cold-email

What is the io.github.Bluecraft-AI/cold-email MCP server?

Generate hyper-personalized cold email sequences via AI.

How to install io.github.Bluecraft-AI/cold-email

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cold-email": {
      "url": "https://mcp.machfive.io/mcp/{api_key}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cold-email": {
      "serverUrl": "https://mcp.machfive.io/mcp/{api_key}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cold-email": {
      "type": "http",
      "url": "https://mcp.machfive.io/mcp/{api_key}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cold-email": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.machfive.io/mcp/{api_key}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cold-email https://mcp.machfive.io/mcp/{api_key}

Related MCP servers

Generate hyper-personalized cold email sequences via MachFive API.

2
Python
MIT
View repository →