KosmoKrator

streaming

Twitch MCP, CLI, and Lua Integration for AI Agents

Twitch integration docs for AI agents: MCP gateway setup, Twitch CLI commands, Lua API reference, credentials, and function schemas.

8 functions 8 read 0 write Manual OAuth token auth

Twitch for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
twitch
route_slug
twitch
package
twitch
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Twitch MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Twitch.

Twitch CLI Matrix

Use these pages for direct Twitch CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
twitch.twitch_list_streams Read read 7 List live streams on Twitch. Filter by game, language, or specific users. Returns stream title, viewer count, and broadcaster info.
twitch.twitch_get_user Read read 2 Get information about a Twitch user by user ID or login name. Returns display name, bio, profile image, and account details.
twitch.twitch_list_games Read read 2 Get information about Twitch games/categories by ID or name. Returns game name, box art URL, and IGDB ID.
twitch.twitch_get_game Read read 1 Get information about a specific Twitch game/category by its ID. Returns game name, box art URL, and IGDB ID.
twitch.twitch_list_channels Read read 3 List channel information on Twitch. Filter by broadcaster ID. Returns channel description, game, and broadcast settings.
twitch.twitch_get_channel Read read 1 Get information about a specific Twitch channel by broadcaster ID. Returns channel title, game, description, and broadcast settings.
twitch.twitch_search_categories Read read 3 Search for games/categories on Twitch by name. Returns matching categories with IDs you can use to filter streams.
twitch.twitch_get_current_user Read read 0 Get information about the currently authenticated Twitch user. Returns display name, bio, profile image, and account type.