Twitch Connector for AI agents.
10 live capabilities
Manage live streaming channels and community data without leaving your workspace.
Waiting for input…
Why people use Twitch
Twitch for Live Stream Analytics and Channel Growth
With the Twitch MCP, you can just ask your agent. It pulls the data directly so you can get the numbers you need in seconds. You stop clicking and start knowing.
What Vinkius changes
You get a way to talk to your channel data without ever opening a browser.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking live status
A streamer asks 'Is Ninja live?
- Real-world use case 02
Content Planning
A strategist asks for 'Top clips from the last week' and the agent uses get_clips to find highlights for a highlight reel.
- Real-world use case 03
Audience Audit
A manager asks 'How many followers do we have?
Complete set · 10capabilities
The complete Twitch capability set.
These are the exact actions your AI can choose when you ask it to work with Twitch.
01—04
4 capabilities in this set.
Part of 10 available through Twitch.
- 01 Capability
Get followed channels
See which channels you're currently following. This helps you keep track of your favorite creators in one place.
- 02 Capability
Get subscriptions
Get a list of current broadcaster subscriptions. Use this to see your paid audience support.
- 03 Capability
Get top games
See which games are currently trending on Twitch. This helps you stay on top of what's popular.
- 04 Capability
Get users
Get detailed information about specific Twitch users. Use this to pull data for your community records.
05—07
3 capabilities in this set.
Part of 10 available through Twitch.
- 05 Capability
Get videos
Pull the video archives for a specific user. You can use this to find old broadcasts for your records.
- 06 Capability
Search channels
Search for channels based on specific keywords or names. It's a fast way to find new content or creators.
- 07 Capability
Get channel followers
Get the list of followers for a specific channel. Use this to see who's joining your community.
08—10
3 capabilities in this set.
Part of 10 available through Twitch.
- 08 Capability
Get channel info
Pull basic metadata and details for any Twitch channel. This is great for quickly getting a summary of a creator's page.
- 09 Capability
Get clips
Retrieve the best highlights from a specific broadcaster. You can use this to find the best moments for your social media.
- 10 Capability
Get streams
See a list of live streams currently happening on the platform. It's a quick way to see what's live right now.
Set up in minutes
One URL. Then ask Twitch to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Twitch from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Twitch, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Twitch for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Twitch URL.
- Step 03
Save and start
Save the connection and enable Twitch in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"twitch": {
"url": "https://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Twitch
Open Agent mode in chat and ask: "Using Twitch, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"twitch": {
"url": "https://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Twitch
Ask Copilot: "Using Twitch, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"twitch": {
"url": "https://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Twitch
Open Cascade and ask: "Using Twitch, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"twitch": {
"url": "https://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Twitch
Ask Cline: "Using Twitch, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add twitch --transport http "https://edge.vinkius.com/vk_preview_DPxVk8UwVrPGddbICCPBujcGUjJXhGzQE70gTEOU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Twitch
Ask Claude: "Using Twitch, show me...". 10 tools are ready
Where the request belongs
Work Twitch can move forward.
This is for the streamer who's tired of clicking through three different menus just to see their latest subscriber count, the community manager who needs to verify a mod list quickly, and the content strategist hunting for the next big trend.
Twitch Streamer
Checks live stats and follower growth while planning the next broadcast from a single chat window.
Community Manager
Audits moderator lists and subscriber details to keep the channel safe without logging into the dashboard.
Content Strategist
Scans for trending games and top clips to build a data-driven content calendar.
Operations Lead
Automates channel querying to manage a team of multiple creators across different categories.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBilibili Live
Automate VTuber interaction parsing via Bilibili Live. monitor super-chats, extract danmaku streams, and manage host rooms natively from any AI agent.
Douyu
Automate game broadcasting metrics via the Douyu API. monitor live streamer activity, track esports massive bullet-chats, and extract audience retention natively from any AI agent.
Farcaster (Decentralized Social Protocol)
Interact with the Farcaster protocol. manage channels, moderate casts, and explore social graphs directly from your AI agent.
100ms
Manage video rooms, active sessions, and participants on 100ms. the powerful live video infrastructure.
Livepeer (Decentralized Video)
Manage decentralized video infrastructure via Livepeer. upload assets, manage live streams, create clips, and monitor viewership metrics directly from any AI agent.
Uscreen
Launch your own video streaming service with membership management, mobile apps, and monetization capabilities for content creators.
Bring your own AI
Change the model, client or framework. Keep Twitch connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Twitch.
The practical details behind the request, access and result.
Can the Twitch MCP help me see my follower count?
Yes, it pulls your follower data so you can check your growth without logging into the dashboard.
Can I use the Twitch MCP to find trending games?
Yes, it can list the top games on the platform so you can see what's popular right now.
Does the Twitch MCP work for finding clips?
Yes, it lets your agent find and list highlights from any broadcaster easily.
Can the Twitch MCP check if a specific creator is live?
Yes, it can search for channels and check their live stream status in real-time.
Is the Twitch MCP good for content planning?
Yes, it helps you find top clips and trending games to help you decide what to stream next.
Can I see my old videos with the Twitch MCP?
Yes, it can pull your video archives so you can see what you've already posted.
Can the Twitch MCP help me audit my moderators?
Yes, it can retrieve channel information to help you keep track of your team and roles.
How do I find my Twitch Client ID and Access Token?
Go to the Twitch Developer Console, create an App, and generate a Client Secret to get an App Access Token or perform the OAuth flow for a User Token. Copy and paste them below.
Can the agent check if a channel is live?
Yes. Use the get_streams capability providing the user login. Your agent will return real-time status, including viewer count and game title if the channel is live.
Is it possible to list top clips via the agent?
Yes. The get_clips capability allows your agent to retrieve the most popular clips for a specific broadcaster, helping you identify trending content moments.
One connection away
Give your agent a direct line to Twitch.
Connect Twitch once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available