Server data from the Official MCP Registry
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
Well-architected MCP server with appropriate authentication and authorization controls. Free tools operate without credentials (rate-limited server-side), while paid tools properly require API key authentication. Code is clean with proper error handling, no evidence of malicious patterns or credential leakage. Permissions (network_http, env_vars) align well with the server's purpose as a developer tool querying CrewOne's film production APIs. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CREWONE_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tzipway-dotcom-crewone-mcp-server": {
"env": {
"CREWONE_API_KEY": "your-crewone-api-key-here"
},
"args": [
"-y",
"@crewone/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP (Model Context Protocol) server for CrewOne. Lets Claude Desktop, Cursor, Continue, Cline, and any other MCP-aware AI agent query Taiwan film equipment rates, studio rentals, photographer style references, MV/commercial director references, and (with API key) generate full pre-production packages.
CrewOne maintains a structured database of:
This MCP server exposes that data (and the generative pipeline) to AI agents. When you ask Claude Desktop "how much does an FX6 rent for in Taipei" or "give me a Tim Walker–style lighting setup", the agent calls this server, gets a real answer, and replies.
These work as soon as the server is installed. Rate-limited server-side.
search_equipment(query, category) — find Taipei rental ratessearch_studios(size_pings, max_budget_per_4h, amenities, location) — find Taiwan studiosget_photographer(name) — pull style reference for a specific photographerlist_photographers(region, cluster) — browse the 69-photographer libraryget_director(name) — director referencelist_directors(region, genre) — browse the director libraryCREWONE_API_KEY)These consume credits from your CrewOne plan.
create_project(brief, type, photographer_references?) — full package generation, 1 creditget_project(project_id) — fetch existing projectexport_pdf(project_id) — get PDF download URLGet your API key at https://crewone.ai/dashboard/settings/api after signing up.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %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 will appear in the tool palette.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"crewone": {
"command": "npx",
"args": ["-y", "@crewone/mcp-server"],
"env": { "CREWONE_API_KEY": "..." }
}
}
}
In ~/.continue/config.json, add to the experimental.modelContextProtocolServers array:
{
"transport": { "type": "stdio", "command": "npx", "args": ["-y", "@crewone/mcp-server"] },
"env": { "CREWONE_API_KEY": "..." }
}
Same npx -y @crewone/mcp-server command pattern. Set CREWONE_API_KEY if you want paid tools.
After installing, try these in your AI chat:
Free tier
Paid tier (needs API key)
| Env var | Default | Purpose |
|---|---|---|
CREWONE_API_KEY | (none) | Required for paid tools. Generate at https://crewone.ai/dashboard/settings/api. |
CREWONE_API_BASE | https://crewone.ai | Override for local dev / staging. |
The MCP server runs entirely on your local machine. Your prompts go from the AI client to this server (stdio) to crewone.ai HTTPS endpoints. CrewOne does not log MCP-originated requests differently from web requests. Free-tier tool calls are anonymous (no auth). Paid-tier calls are tied to your account via the API key.
Open-source MIT, https://github.com/tzipway-dotcom/crewone-mcp-server
CrewOne plans:
Free MCP tools (search_equipment, search_studios, get_photographer, etc.) do not consume credits. Only create_project and other generative tools do.
claude_desktop_config.json JSON is valid; restart Claude Desktop fully.Error: 401 — API key invalid; regenerate at https://crewone.ai/dashboard/settings/api.Insufficient credits — top up via https://crewone.ai/pricing.CREWONE_API_KEY is set in the env block of your MCP config.MIT — © Way Directs.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI