visionstory-mcp
MCP server for the VisionStory API — task-oriented tools that let AI agents (Claude Desktop, Cursor, and any Model Context Protocol client) generate AI talking-avatar videos without writing code.
It exposes nine tools — generate_video, get_video, create_avatar, list_avatars, clone_voice, list_voices, list_models, get_credits, upload_asset — each a thin wrapper over the VisionStory REST API via the visionstory SDK.
Install & run
Requires an API key — create one at visionstory.ai/openapi (Pro plan and up) and set it as VISIONSTORY_API_KEY.
Add it to Claude Desktop (or any MCP client):
{
"mcpServers": {
"visionstory": {
"command": "uvx",
"args": ["visionstory-mcp"],
"env": { "VISIONSTORY_API_KEY": "sk-vs-xxxxxxxxxxxxxxxxxxx" }
}
}
}
generate_video submits and polls to completion, returning the final video URL — one call in, one result out.
Run standalone
export VISIONSTORY_API_KEY="sk-vs-xxxxxxxxxxxxxxxxxxx"
uvx visionstory-mcp # or: python -m visionstory_mcp
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file visionstory_mcp-0.0.1.tar.gz.
File metadata
- Download URL: visionstory_mcp-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ad1b9735ebc03fa6d3831b7bd4f328b9b5c15957c0d7b9069d9fbe69c5b5724
|
|
| MD5 |
09121e59ec65024d59abfb3b3c186d89
|
|
| BLAKE2b-256 |
c6e57d6ec279cd1960483a5f5b611394ec15558f242f4dd524f7a81ca20e680e
|
File details
Details for the file visionstory_mcp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: visionstory_mcp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff3ec766faa2754500aa52abc956b3814ed3a4d858b4de77c91187b9504079e6
|
|
| MD5 |
271c0791e052d0052060eb29f3b71c63
|
|
| BLAKE2b-256 |
773fb8574e3ec2df5b6cb054b73e11564c430440ed19cfa6677b517c6e6501d7
|