mcpbeat Sign in

CrewOne MCP Server

by tzipway-dotcom Your server? Claim it
local only

CrewOne runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 3 May 2026.

Taiwan film equipment rates, studios, photographer/director references; AI pre-production tools.

Installs per day peak 10 · avg 5 · +30% w/w
a month agotoday
33
Installs / week
npm · @crewone/mcp-server
0
Stars
0 open issues
3 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check CrewOne every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add crewone-mcp-server -- npx -y @crewone/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crewone-mcp-server": {
      "args": [
        "-y",
        "@crewone/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crewone-mcp-server]
command = "npx"
args = ["-y", "@crewone/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "crewone-mcp-server": {
      "args": [
        "-y",
        "@crewone/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crewone-mcp-server": {
      "args": [
        "-y",
        "@crewone/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CREWONE_API_KEY (CrewOne 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CrewOne

same job, measured the same way
mcp.film directory
by mcp

Search the curated directory of MCP servers for AI filmmaking and plan a full production stack.

75 installs/wk 15 tools answering
StudioMeyer Video
by studiomeyer

Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.

55 installs/wk local only
Arch Tools MCP
by deesmo

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

63 tools answering
404.directory
by mm-sheng

Risk preflight for AI Agent tool actions and Polymarket settlement and execution checks.

71 installs/wk 16 tools answering
Phos Labs Behavioral Science
by phoslabs

Behavioral science tools for commerce — personas, nudges, preferences, friction audits.

answering
Orcool Studio MCP
by ryss30

AI tools for mobile app ad production: concepts, avatars, video rendering, performance feedback.

answering
PostFader
by synopsys0

FL Studio MCP server: 134 tools for mixing, MIDI, sound selection, production runs, and review.

156 installs/wk local only
Smasher Studio — AI Fashion Design
by atenkai

AI fashion design — product photos, videos, tech packs, colorways & fabric sims.

5 tools answering

CrewOne — questions

Answers built from our own checks of this server.

Why is there no uptime for CrewOne?
CrewOne runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @crewone/mcp-server was installed 33 times last week.
How do I connect CrewOne?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @crewone/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use CrewOne?
The npm package @crewone/mcp-server was installed 33 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CrewOne open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.