Realtime bidirectional event-based communication. WebSocket with fallbacks.
npx -y @socket.io/mcp-server-socket-io
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"socket-io": {
"command": "npx",
"args": ["-y", "@socket.io/mcp-server-socket-io"]
}
}
}
```
send_messageread_inboxschedule_meetingget_contactscreate_channelRealtime bidirectional event-based communication. WebSocket with fallbacks.
Language: JavaScript
Category: Communication