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-browser
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.
Related MCP Servers
- FlicenseBqualityDmaintenancePlaywright wrapper for MCP that enables LLM-powered clients to control a browser for automation tasks.Last updated101
- Flicense-qualityCmaintenanceExposes Playwright browser automation as MCP tools, enabling AI assistants to control a real browser tab-by-tab for form filling, navigation, and more, while preserving the user's active session.Last updated
- Alicense-qualityFmaintenanceEnables AI assistants to search leads, view profiles, manage lists, send InMails, and export data from LinkedIn Sales Navigator through browser automation.Last updated5MIT
- Alicense-qualityCmaintenanceMCP server for programmable LinkedIn automation via Playwright, offering 20 tools for profile management, messaging, feed interaction, and job searching through real browser automation.Last updated27MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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