← Index

CrewOne

io.github.tzipway-dotcom/crewone-mcp-server·v0.1.1·Other
Quality Score
90
/100

Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "crewone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crewone/mcp-server"
      ],
      "env": {
        "CREWONE_API_KEY": "<your-crewone_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "crewone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crewone/mcp-server"
      ],
      "env": {
        "CREWONE_API_KEY": "<your-crewone_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @crewone/mcp-server
§02  Environment variables
CREWONE_API_KEY
secret

CrewOne API key for paid tools (create_project, get_project, export_pdf). Get one at https://crewone.ai/dashboard/settings/api. Free tools (search_equipment, search_studios, get_photographer, list_photographers, get_director, list_directors) work without a key.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other