CrewOne for Cursor
io.github.tzipway-dotcom/crewone-mcp-server
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
client:Cursor
transport:stdio
runtime:npm
Install CrewOne in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crewone-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "<CREWONE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs