Waalaxy MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Waalaxy MCP Serverlist my campaigns"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| List all campaigns | 🔄 Planned |
| Get campaign statistics | 🔄 Planned |
| List prospects in a campaign | 🔄 Planned |
| Get LinkedIn conversations | 🔄 Planned |
| Create a new campaign | 🔄 Planned |
| Add prospects to a campaign | 🔄 Planned |
| Send a message to a prospect | 🔄 Planned |
| 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-sessionConfiguration
{
"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 pytestArchitecture
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.
Maintenance
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