creativai-mcp
MCP (Model Context Protocol) server for the CreativAI Video Intelligence Platform.
Connect any MCP-compatible AI assistant (Claude, Cursor, VS Code Copilot, etc.) directly to your CreativAI video library — search, index, extract knowledge, and manage collections through natural language.
Installation
pip install creativai-mcp
Quick Start
creativai-mcp --api-key YOUR_API_KEY
Or set the environment variable:
export CREATIVAI_API_KEY=YOUR_API_KEY
creativai-mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"creativai": {
"command": "creativai-mcp",
"args": ["--api-key", "YOUR_API_KEY"]
}
}
}
VS Code / GitHub Copilot
{
"mcp": {
"servers": {
"creativai": {
"type": "stdio",
"command": "creativai-mcp",
"args": ["--api-key", "YOUR_API_KEY"]
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
list_collections |
List all video collections |
get_collection |
Get collection details |
list_media |
List media in a collection |
search_videos |
Semantic search across your library |
start_indexing |
Index a video for AI search |
get_indexing_status |
Check indexing progress |
cancel_indexing |
Cancel an in-progress indexing job |
extract_knowledge |
Extract structured knowledge from video |
list_data_plates |
List all data plates |
get_data_plate_segments |
Get segments from a data plate |
list_organizations |
List organizations |
list_projects |
List projects in an organization |
Transports
stdio (default — for desktop AI clients):
creativai-mcp --transport stdio --api-key YOUR_API_KEY
HTTP/SSE (for remote/web clients):
creativai-mcp --transport http --host 0.0.0.0 --port 8080 --api-key YOUR_API_KEY
Requirements
- Python 3.10+
- A CreativAI API key — get one at creativ-ai.com
License
Proprietary — © CreativAI
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 creativai_mcp-0.1.2.tar.gz.
File metadata
- Download URL: creativai_mcp-0.1.2.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
395b13c723f72cf77fbc501f2332b259652f098fce8aa7eed994551ba844f36c
|
|
| MD5 |
857a032e3af1884da4e7d3a09db7a050
|
|
| BLAKE2b-256 |
831aa5d7b4c301887ee45cee5982708c7f78983f8fffce517e7a9ff4c823ac97
|
File details
Details for the file creativai_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: creativai_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
872cbdb0f972117114fdf6d0e982a86515da575895a6a7e3d631e6984db4ef87
|
|
| MD5 |
a3272b32f660b0c31c2bde279cd0abd5
|
|
| BLAKE2b-256 |
2bcf52875c42b0207c7645a8d2a88d4f3d45f439988bf905a86ff1a09cfd07b6
|