tomo-streaming-mcp

Tomo-Social/tomo-streaming-mcp
★ 0 stars TypeScript AI/LLM Updated 1d ago
MCP server for operating Tomo Streaming rooms from Codex, Claude Code and other agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tomo-streaming-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Tomo-Social/tomo-streaming-mcp"
      ]
    }
  }
}

README Excerpt

Use Tomo Streaming from Codex, Claude Code, Cursor, Windsurf, Antigravity and other MCP-compatible agents. The server runs locally over **stdio** and calls a Tomo Streaming control plane over HTTP. It exposes room and runtime operations without coupling an agent to the social network. ```bash npm install

Tools (7)

tomo_control_roomtomo_create_roomtomo_delete_roomtomo_get_roomtomo_healthtomo_list_roomstomo_list_stream_servers