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.0.tar.gz (15.2 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.0-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: creativai_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 15.2 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.0.tar.gz
Algorithm Hash digest
SHA256 f75fe1359e3cf4c954b1960953a72d668c6e748d9c7b5623905b1c60902ccc62
MD5 3d38d0981f72d21f7ca105f38215cdd5
BLAKE2b-256 e19c63eeb173f6d8646bbbdd87f759b316faa5adfc62e6145e5dda36a806693f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: creativai_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 22.2 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70502917491979031bdb4056f63062c2784e21f4af53255dcbf36ecdf8507d21
MD5 0dd2f6c48bcf1503359d7793f5e2ec21
BLAKE2b-256 105ce62ff56ecb83d9541ae4b35107b7fbff80539678017eedf7399700c4f511

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