Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chat"
]
}
}
}