Post to Twitch, Discord, and Telegram — directly from your favourite AI tools & agents.
Works With
Connect your favorite AI tools directly to VibeKraft's powerful platform
One command from your AI assistant publishes to Twitch, Discord, and Telegram.
Share media directly through MCP. The server automatically handles S3 uploads or disk streaming based on what each platform needs.
Plan your content calendar with natural language. "Schedule 5 posts for next week at 9 AM" and your AI handles the rest.
Connect each platform once via secure OAuth. Your AI can then post on your behalf without asking for credentials again.
Let your AI assistant draft platform-native captions, suggest hashtags, and adapt tone for Twitch, Discord, and Telegram audiences.
API keys travel via URL parameters. Uploaded media is streamed to the worker and automatically deleted from disk after posting.
Step-by-step instructions to connect VibeKraft MCP with your favorite AI clients
Get your API key from VibeKraft Dashboard →
Most MCP clients use this JSON configuration. Copy this block and paste it into your client's configuration file:
{
"mcpServers": {
"vibekraft": {
"url": "https://mcp.vibekraft.ai/mcp?api_key=",
"transport": "streamable-http"
}
}
}
~/.cursor/mcp.json (global) or
.cursor/mcp.json (project-level)
streamable-httphttps://mcp.vibekraft.ai/mcp?api_key=
~/.codeium/windsurf/mcp_config.json
serverUrl{
"mcpServers": {
"vibekraft": {
"serverUrl": "https://mcp.vibekraft.ai/mcp?api_key="
}
}
}
"context_servers" instead of
"mcpServers".
~/.config/zed/settings.json
"context_servers": {
"vibekraft": {
"enabled": true,
"url": "https://mcp.vibekraft.ai/mcp?api_key="
}
}
npx mcp-remote. Install
Node.js first:
Download (LTS)
|
Setup guide
~/Library/Application
Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vibekraft": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vibekraft.ai/mcp?api_key=",
"--transport",
"streamable-http"
]
}
}
}
codex mcp add vibekraft --url https://mcp.vibekraft.ai/mcp?api_key=
Open your Codex configuration file:
~/.codex/config.toml
.codex/config.toml
[mcp_servers.vibekraft]
url = "https://mcp.vibekraft.ai/mcp?api_key="
claude mcp add --transport http vibekraft https://mcp.vibekraft.ai/mcp?api_key=
Restart your terminal or run /mcp inside Claude
Code to verify.
cline_mcp_settings.json or
roo_mcp_settings.json
url and
type: "streamableHttp", then save
{
"mcpServers": {
"vibekraft": {
"url": "https://mcp.vibekraft.ai/mcp?api_key=",
"type": "streamableHttp"
}
}
}
"github.copilot.mcp.servers": {
"vibekraft": {
"type": "http",
"url": "https://mcp.vibekraft.ai/mcp?api_key=",
"tools": ["*"]
}
}
{ "mcpServers": { "vibekraft": { "url":
"https://mcp.vibekraft.ai/mcp?api_key=" } } }
OpenHands supports remote HTTP via CLI:
openhands mcp add vibekraft --transport http https://mcp.vibekraft.ai/mcp?api_key=
~/.kimi/mcp.json or click MCP Servers in
the VS Code extension gear menu
url{
"mcpServers": {
"vibekraft": {
"url": "https://mcp.vibekraft.ai/mcp?api_key="
}
}
}
mcp_settings.json){
"mcp": {
"vibekraft": {
"type": "remote",
"url": "https://mcp.vibekraft.ai/mcp?api_key=",
"enabled": true
}
}
}
For any other client conforming to the standard MCP specification:
mcp.json or
config.json file in the tool's root directory or
~/.config/ folder
"mcpServers" objectmcp-remote:
Need Node.js? Download (LTS) · Step-by-step setup
{
"mcpServers": {
"vibekraft": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vibekraft.ai/mcp?api_key=",
"--transport",
"streamable-http"
]
}
}
}
Everything you need to know about VibeKraft MCP
VibeKraft MCP (Model Context Protocol) is a bridge between your AI assistant and VibeKraft's social media publishing platform. It lets you post, schedule, upload media, and manage connections across 10+ platforms using simple natural language commands inside Claude, Cursor, VS Code, or any MCP-compatible client.
Any MCP-compatible client works. Popular choices include Claude Desktop (via mcp-remote bridge), Cursor, Windsurf, Zed, VS Code with Cline/Roo Code, GitHub Copilot, Kimi Code, Kilo Code, and OpenHands. Native Streamable HTTP support is preferred; Claude Desktop needs the mcp-remote wrapper.
You can connect social accounts, post text and media to 10 platforms (Twitch, Discord, Telegram), schedule content for later, delete posts, check connection status, and upload images or videos — all through conversational commands to your AI.
Sign up at VibeKraft, copy your API key from the dashboard, then paste it into the MCP config on this page. Click Apply, copy the generated JSON block, and add it to your AI client's MCP settings. Claude Desktop users should use the mcp-remote command instead of the raw JSON block.
Yes. Your API key is passed as a URL query parameter and forwarded securely to VibeKraft's worker API. Uploaded media is streamed directly from disk and deleted automatically after posting — no files linger on the MCP server. You can revoke or rotate your API key anytime from the VibeKraft dashboard.
No coding required. Just tell your AI what you want: "Post this message to Twitch," "Schedule a Discord announcement for Tuesday morning," or "Check if my Telegram connection is still active." The AI translates your request into the right MCP tool calls.