MCP server for Ably — channel history, presence, occupancy, stats, publish, and app management.
claude mcp add ably --transport http https://ably.usefulapi.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"ably": {
"url": "https://ably.usefulapi.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ably": {
"serverUrl": "https://ably.usefulapi.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"ably": {
"type": "http",
"url": "https://ably.usefulapi.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ably": {
"url": "https://ably.usefulapi.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"ably": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ably.usefulapi.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://ably.usefulapi.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.usefulapi--ably/reviews or the review_server meta-tool.
POST /mcp