A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-server"
]
}
}
}