Remote Camera for Claude Desktop
moda.ai/remote-camera
Capture photos remotely from mobile devices via S3-backed upload URLs
client:Claude Desktop
transport:streamable-http
tools:2
Install Remote Camera in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"remote-camera": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.ai.moda/mcp-servers/remote-camera/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs