crewone-mcp-server

tzipway-dotcom/crewone-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server for CrewOne (https://crewone.ai). Lets Claude Desktop, Cursor, Continue, and other MCP-aware AI agents query Taiwan film equipment rates, studios, photographer + director references, and (with API key) generate full pre-production packages.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crewone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tzipway-dotcom/crewone-mcp-server"
      ]
    }
  }
}