Loading MCP server directory, please wait...
Capture photos remotely from mobile devices via S3-backed upload URLs
npx @getmcp/cli add moda.ai/remote-cameraRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationS3 credentials token in format: Bearer <base64-encoded-json>. The JSON should contain: {s3Url, accessKeyId, secretAccessKey, region}. Visit https://www.ai.moda/mcp-servers/remote-camera/ to set up your S3 auth token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"moda.ai/remote-camera": {
"url": "https://www.ai.moda/mcp-servers/remote-camera/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}