Model Context Protocol (MCP) — Now Available

Connect any AI to your video intelligence

Use CreativAI inside Claude, Cursor, GitHub Copilot, and any MCP-compatible AI. Search footage, extract knowledge, and chat with your video library — through natural language.

61 tools8 MCP resources3 prompt templatesstdio + HTTP/SSE
creativai-mcp on PyPI

Quick Setup

Choose your AI tool and paste the snippet.

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

json
{
  "mcpServers": {
    "creativai": {
      "command": "uvx",
      "args": [
        "creativai-mcp",
        "--api-key",
        "sk_live_YOUR_API_KEY"
      ]
    }
  }
}

Restart Claude Desktop after saving.

Available Tools (61 total)

Every CreativAI capability exposed as an MCP tool.

Collections
  • list_collections
  • create_collection
  • get_collection
  • update_collection
  • delete_collection
Media
  • list_media
  • get_upload_url
  • get_upload_urls
  • upload_from_url
  • get_transfer_status
  • delete_media
Indexing
  • start_indexing
  • get_indexing_status
  • estimate_indexing_cost
  • cancel_indexing
  • index_and_wait
Search
  • search_collection
Agentic Chat
  • ask_collection
  • create_chat_session
  • send_chat_message
  • get_chat_history
  • list_chat_sessions
  • delete_chat_session
Knowledge Extraction
  • query_knowledge_plate
  • add_extraction_columns
  • list_extraction_columns
  • get_knowledge_extraction_job
  • get_plate_charts
Data Plates
  • list_data_plates
  • get_data_plate
  • create_data_plate_from_collection
  • get_data_plate_job
  • delete_data_plate
Tasks
  • list_tasks
  • get_task
  • my_tasks
  • update_task_status
  • add_task_comment
Live Stream
  • create_live_stream_session
  • list_live_stream_sessions
  • get_live_stream_session
  • stop_live_stream_session
  • add_live_stream_questions
  • get_live_stream_status
Online Search
  • start_online_search
  • get_online_search_status
  • list_online_search_candidates
  • confirm_online_search
  • search_and_import
YouTube
  • start_youtube_search
  • get_youtube_search_status
  • list_youtube_candidates
  • confirm_youtube_search
  • confirm_selected_youtube_videos
Organizations
  • list_organizations
  • get_organization
  • list_projects
  • get_project
Account
  • get_account_info
  • get_credits
  • get_current_user

MCP Resources

Readable data URIs your AI can reference directly.

URIDescription
creativai://collectionsAll collections in your account
creativai://collections/{id}Collection details
creativai://collections/{id}/videosMedia files with preprocessing & indexing status
creativai://collections/{id}/platesData plates in a collection
creativai://collections/{id}/search/{query}Live semantic search results for a query
creativai://data-plates/{collection_id}:{plate_id}Data plate segments (first 100 rows)
creativai://organizationsAll organizations you are a member of
creativai://accountAccount info and credits

Prompt Templates

Pre-built workflows that chain multiple tools for common tasks.

Guides your AI through: create collection → upload → index → search → ask → extract structured data.

collection_nametopic

FAQ

Need help setting up?

Contact Support

Give your visual data
a structured brain.

Contact Team