mcp-unipile

mcp-unipile

8

The Unipile MCP Server facilitates integration with the Unipile messaging platform, enabling AI models to interact with various messaging services through a unified protocol. It supports seamless communication across platforms like LinkedIn, WhatsApp, and Instagram, enhancing user interactions and professional networking.

docker
{
  "mcpServers": {
    "unipile": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "UNIPILE_DSN=your_dsn_here",
        "-e",
        "UNIPILE_API_KEY=your_api_key_here",
        "buryhuang/mcp-unipile:latest"
      ]
    }
  }
}