Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Waalaxy Server

FreeNot checked

Enables users to manage Waalaxy LinkedIn automation campaigns through MCP tools using browser automation (Playwright) to interact with the Waalaxy web interface

GitHubEmbed

About

Enables users to manage Waalaxy LinkedIn automation campaigns through MCP tools using browser automation (Playwright) to interact with the Waalaxy web interface.

README

MCP (Model Context Protocol) server for Waalaxy - LinkedIn automation tool.

⚠️ Status: In Development

Waalaxy does not provide a public API. This MCP server uses browser automation (Playwright) to interact with the Waalaxy web interface.

Features (Planned)

Tool Description Status
get_campaigns List all campaigns 🔄 Planned
get_campaign_stats Get campaign statistics 🔄 Planned
get_prospects List prospects in a campaign 🔄 Planned
get_conversations Get LinkedIn conversations 🔄 Planned
create_campaign Create a new campaign 🔄 Planned
add_prospects Add prospects to a campaign 🔄 Planned
send_message Send a message to a prospect 🔄 Planned
get_analytics Get account analytics 🔄 Planned

Prerequisites

  • Python 3.10+
  • uv package manager
  • Playwright with Chromium
  • Active Waalaxy account

Installation

# Install dependencies
uv sync

# Install Playwright browsers
uvx playwright install chromium

# Create session (first time)
uvx mcp-server-waalaxy --get-session

Configuration

{
  "mcpServers": {
    "waalaxy": {
      "command": "uvx",
      "args": ["mcp-server-waalaxy"]
    }
  }
}

Session Management

Session is stored at ~/.waalaxy-mcp/session.json. Re-run --get-session if authentication expires.

Development

# Clone the repo
git clone https://github.com/globodai-group/mcp-server-waalaxy.git
cd mcp-server-waalaxy

# Install dev dependencies
uv sync --dev

# Run tests
uv run pytest

Architecture

Since Waalaxy lacks a public API, this server:

  1. Uses Playwright to control a headless browser
  2. Authenticates via saved session cookies
  3. Scrapes/interacts with the Waalaxy web app
  4. Exposes functionality as MCP tools

Related

License

Apache-2.0

Contributing

PRs welcome! See CONTRIBUTING.md for guidelines.

from github.com/globodai-group/mcp-server-waalaxy

Installing Waalaxy Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/globodai-group/mcp-server-waalaxy

FAQ

Is Waalaxy Server MCP free?

Yes, Waalaxy Server MCP is free — one-click install via Unyly at no cost.

Does Waalaxy Server need an API key?

No, Waalaxy Server runs without API keys or environment variables.

Is Waalaxy Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Waalaxy Server in Claude Desktop, Claude Code or Cursor?

Open Waalaxy Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Waalaxy Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs