What is the CrewOne MCP server?
Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.
How to install CrewOne
Copy-paste configuration for popular MCP clients.
CREWONE_API_KEYsecretCrewOne 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.
{
"mcpServers": {
"crewone-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "<YOUR_CREWONE_API_KEY>"
}
}
}
}{
"mcpServers": {
"crewone-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "<YOUR_CREWONE_API_KEY>"
}
}
}
}{
"mcpServers": {
"crewone-mcp-server": {
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "<YOUR_CREWONE_API_KEY>"
}
}
}
}{
"servers": {
"crewone-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crewone/mcp-server"
],
"env": {
"CREWONE_API_KEY": "<YOUR_CREWONE_API_KEY>"
}
}
}
}claude mcp add crewone-mcp-server --env CREWONE_API_KEY=<YOUR_CREWONE_API_KEY> -- npx -y @crewone/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.