Waalaxy Server
FreeNot checkedEnables users to manage Waalaxy LinkedIn automation campaigns through MCP tools using browser automation (Playwright) to interact with the Waalaxy web interface
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:
- Uses Playwright to control a headless browser
- Authenticates via saved session cookies
- Scrapes/interacts with the Waalaxy web app
- Exposes functionality as MCP tools
Related
- linkedin-mcp-server - LinkedIn MCP server (similar approach)
- Waalaxy - Official Waalaxy website
License
Apache-2.0
Contributing
PRs welcome! See CONTRIBUTING.md for guidelines.
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-waalaxyFAQ
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
Playwright
Browser automation, scraping, screenshots
by MicrosoftPuppeteer
Browser automation and web scraping.
by modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
by opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
by robhunterCompare 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
