Skip to main content

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

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

creativai_mcp-0.1.1.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

creativai_mcp-0.1.1-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file creativai_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: creativai_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for creativai_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f111e33802cfa5811b4f08e30e122023004501cfd6a213aa811c89c21aa2d6a4
MD5 fb30c3083798ec5544b26bb32f4f6be5
BLAKE2b-256 d815b495ce4ac7b6fa0a266ca9472f3c8e00795c058e24a36c2c4c156520225b

See more details on using hashes here.

File details

Details for the file creativai_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: creativai_mcp-0.1.1-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.14

File hashes

Hashes for creativai_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 515ac3ae858d8eb0962d292d9a6e3e4af526ad458ad229810b9e737821fd8ded
MD5 b66c76101477d43942a579f53a57901d
BLAKE2b-256 9b45ac45e8760377c272e1813a1f9320f8af325668b4705ae64222be42b55653

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page