prelive-mcp
v1.0.0
Published
Official Model Context Protocol server for Prelive — exposes content generation, transcription, and post scheduling as agent tools.
Maintainers
Readme
prelive-mcp
Official Model Context Protocol server for Prelive. Lets agents (Claude Desktop, Cursor, etc.) call Prelive content generation, transcription, and post-scheduling tools directly.
Install
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"prelive": {
"command": "npx",
"args": ["-y", "prelive-mcp"],
"env": {
"PRELIVE_API_KEY": "prl_live_…"
}
}
}
}Restart Claude Desktop. The Prelive tools will appear in the tool picker.
Tools
prelive_me— verify the API key and show credit balanceprelive_stream_info_generate— titles/descriptions/hashtags for a given gameprelive_transcribe— transcribe audio/video from URL or base64prelive_post_schedule— schedule a social post on connected platformsprelive_posts_list— list scheduled posts with optional status filter
Configuration
| Env var | Description |
| --- | --- |
| PRELIVE_API_KEY | Required. API key from prelive.ai/settings/api-keys. |
| PRELIVE_BASE_URL | Optional. Defaults to https://prelive.ai. |
License
Apache-2.0
