
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@runapi.ai/infinitetalk-mcp
Advanced tools
RunAPI MCP server for one model line: create tasks, poll status, and check pricing with one API key.
RunAPI MCP server for the InfiniteTalk model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.
audio_to_video — create a InfiniteTalk task (audio to video) and (optionally) poll until it reaches a terminal status. Returns the task id, status, output URLs, and a price snapshot. Models: infinitetalk-from-audio.get_task — fetch the current status and latest payload for a task.check_pricing — look up pricing for a model in this line.Set a RunAPI API key via the RUNAPI_API_KEY environment variable, or write
it to ~/.config/runapi/config.json:
mkdir -p ~/.config/runapi
echo '{"api_key":"YOUR_KEY"}' > ~/.config/runapi/config.json
Get an API key at https://runapi.ai. Pricing is listed at https://runapi.ai/pricing.
Run the server over stdio:
npx -y @runapi.ai/infinitetalk-mcp
Add it to an MCP client (see examples/ for per-client configs):
{
"mcpServers": {
"infinitetalk": {
"command": "npx",
"args": ["-y", "@runapi.ai/infinitetalk-mcp"],
"env": { "RUNAPI_API_KEY": "${RUNAPI_API_KEY}" }
}
}
}
Apache-2.0
FAQs
RunAPI InfiniteTalk MCP server for video generation: create tasks, poll results, and check pricing across 1 model from Claude Code, Codex, Cursor, and VS Code.
The npm package @runapi.ai/infinitetalk-mcp receives a total of 26 weekly downloads. As such, @runapi.ai/infinitetalk-mcp popularity was classified as not popular.
We found that @runapi.ai/infinitetalk-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.