How to Use the Ably MCP in Claude
Publish live payloads and track user presence directly from Claude Desktop without writing test scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ably MCP to Claude Desktop
Create your Vinkius account to connect Ably to Claude Desktop and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Debug Ably channels in Claude Desktop
This MCP Server connects Claude Desktop directly to your live messaging channels to inspect payloads and active connections. Your agent uses `list_channels` to find hot endpoints and `get_channel_metadata` to check current subscriber volumes. No more jumping to the Ably dashboard to see if your dev environment is actually broadcasting. When you need to verify history, the agent runs `get_messages` to pull the exact payload queue into your chat window. You can see the actual JSON structure and timestamps without writing custom debug scripts.
Simulate presence and test client states
Using this MCP Server, Claude Desktop can join, track, and modify active user sessions across your WebSocket connections using `get_presence` and `batch_presence`. You tell your agent to verify who is online, and it returns a clean list of active client IDs. If you need to audit past connections, the agent triggers `get_presence_history` to map out user join and leave events. This lets you spot ghost connections or heartbeat issues right inside your workspace.
Broadcast live payloads and push notifications
Send messages to single or multiple topics using `publish_message` and `batch_publish` directly from your chat prompt. You describe the payload in plain English, and your agent translates it into the exact JSON format your subscribers expect. For mobile testing, the agent calls `push_publish` or `batch_push_publish` to fire native push notifications. This removes the need to use curl or postman when testing background device states.
Set up Ably MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Ably MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Ably MCP in Claude Desktop
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Ably MCP today
We host it, we monitor it, we maintain it. You just paste one token.