An MCP (Model Context Protocol) server that exposes Stream.io Chat and Video APIs as tools for LLMs like Claude.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unofficial-streamio-": {
"command": "npx",
"args": [
"-y",
"teetangh/unofficial-streamio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add unofficial-streamio- npx -y teetangh/unofficial-streamio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"unofficial-streamio-": {
"command": "npx",
"args": [
"-y",
"teetangh/unofficial-streamio-mcp-server"
]
}
}
}