Skip to main content
Glama
globodai-group

Waalaxy MCP Server

Waalaxy MCP Server

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.

Related MCP server: MCP GitHub Login Automation Server

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

License

Apache-2.0

Contributing

PRs welcome! See CONTRIBUTING.md for guidelines.

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/globodai-group/mcp-server-waalaxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server