Skip to main content
Glama

Twitch MCP Server

by mtane0412
search.ts560 B
import { ApiClient } from '@twurple/api'; import { formatResponse } from '../../utils/twitch.js'; export async function handleSearchChannels( apiClient: ApiClient, args: { query: string; limit?: number } ) { const channels = await apiClient.search.searchChannels(args.query, { limit: args.limit }); return formatResponse( channels.data.map(channel => ({ id: channel.id, name: channel.name, displayName: channel.displayName, game: channel.gameName, language: channel.language, tags: channel.tags, })) ); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtane0412/twitch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server