How to Use the Ably MCP in Claude Code
Run real-time messaging commands, track channel presence, and manage push notifications directly from Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Ably MCP to Claude Code
Create your Vinkius account to connect Ably to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate bulk messaging pipelines
`batch_publish` allows your agent to send messages to multiple channels in a single terminal request. This is ideal for running automated deployment alerts or status updates. For targeted updates, `publish_message` sends a single payload to a specific channel. You can pipe terminal outputs directly into these tools to keep your team informed.
Query active channels using this MCP Server
`list_channels` exposes all active communication channels right inside your terminal. Claude Code uses this to verify channel health during system outages. To check user activity, `batch_presence` fetches online statuses across multiple channels at once. It helps SREs quickly confirm if client connections are dropping.
Manage token lifecycles from the command line
`revoke_tokens` immediately cuts off access for specified tokens before they expire. Vinkius hosts this MCP Server so you can protect your systems without leaving the shell. To monitor the impact of these changes, `get_stats` pulls usage data. Claude Code analyzes these metrics to ensure traffic levels return to normal.
Set up Ably MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeably-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Ably transactions." It will automatically discover and invoke the available Ably tools.
claude mcp add --transport http ably-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Code
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.