CrewOne
INTEGRATIONS · MCP

CrewOne in your AI chat

Install @crewone/mcp-serverin Claude Desktop, Cursor, Continue, or any other MCP-aware AI agent. Ask “how much does Sony FX6 rent for in Taipei?” or “give me a Tim Walker lighting setup” and the AI calls CrewOne directly.

FREE TIER
No API key required
  • search_equipment — 1,187 Taipei rental rates
  • search_studios — 561 Taiwan studios
  • get_photographer / list_photographers — 69-photographer library
  • get_director / list_directors — 61-director library
PAID TIER
Requires CrewOne API key
  • create_project — full pre-production package, 1 credit
  • get_project — fetch existing CrewOne project
  • export_pdf — get PDF download URL

Generate a key at /dashboard/settings/api

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "crewone": {
      "command": "npx",
      "args": ["-y", "@crewone/mcp-server"],
      "env": {
        "CREWONE_API_KEY": "your-key-here-or-omit-for-free-tools-only"
      }
    }
  }
}

Restart Claude Desktop. CrewOne tools appear in the tool palette.

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "crewone": {
      "command": "npx",
      "args": ["-y", "@crewone/mcp-server"],
      "env": { "CREWONE_API_KEY": "..." }
    }
  }
}

Continue / Cline / other MCP clients

Same npx -y @crewone/mcp-server command pattern. Set CREWONE_API_KEY if you want paid tools.

ChatGPT (no install)

Don't want to install anything? Use the official CrewOne Custom GPT on ChatGPT. Same equipment / studio / photographer / director lookups, runs in your existing ChatGPT session, no config needed. Works in Traditional Chinese and English.

Try these prompts

How much does a Sony FX6 rent for per day in Taipei?
Find me a 8-ping studio in Taipei under NT$ 4,000 per 4 hours with a cyc wall.
Give me Tim Walker's lighting hallmarks and AI prompt tokens.
幫我用 CrewOne 開一個 30 秒咖啡廣告的前製案 (paid)
List all Japanese photographers in CrewOne's library that lean into surreal high-saturation.
陳曼風格 vs Leslie Zhang 風格差在哪?
PRICING

Free tools (search_equipment, search_studios, photographer / director lookups) cost nothing and require no signup. Paid tools (create_project etc.) consume one credit per call from your CrewOne plan, same as web app.

See plans · Founding Member ($15.84/mo, 4 credits, lifetime 34% off, limited to first 25)

Source & privacy

MCP server status: Live on npm as @crewone/mcp-server@0.1.0. Install via the snippets above; restart your AI client.