CrewOne for VS Code
io.github.tzipway-dotcom/crewone-mcp-server
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
client:VS Code
transport:stdio
runtime:npm
Install CrewOne in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "crewone-api-key",
"description": "CREWONE_API_KEY",
"password": true
}
],
"servers": {
"crewone-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "${input:crewone-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs