Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"crewone": {
"env": {
"CREWONE_API_KEY": "your-key-here-or-omit-for-free-tools-only"
},
"args": [
"-y",
"@crewone/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@crewone/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @crewone/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
AI travel agent — 1 smart MCP tool plus 62 compatibility aliases for flights, hotels, ground transport, price alerts. No API keys required.
MCP Security Weekly
Get CVE alerts and security updates for io.github.tzipway-dotcom/crewone-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 |