CameraMCPServer

JackGao19700/CameraMCPServer
★ 2 stars TypeScript 📦 Other Updated 9mo ago
A MCPServer for Local Camera Control
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": {
    "cameramcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "JackGao19700/CameraMCPServer"
      ]
    }
  }
}