Skip to main content
Sony provides three MCP servers that give your AI assistant access to different parts of the camera development ecosystem. Install any combination you need.
ServerNameWhat It Covers
Web API DocsCameraWebAPIHTTP API endpoints, Client SDK (TypeScript)
SDK DocsCameraRemoteSDKCamera Remote SDK (C++/C#) — APIs, code examples, compatibility
Help GuidesCameraHelpCamera help guides for 24 Sony models — settings, features, troubleshooting

Choose Your Tool

For each server you want to install:
  1. Go to Settings > Connectors
  2. Click Add custom connector
  3. Enter the name and URL:
NameURL
CameraWebAPIhttps://crsdk.app/mcp
CameraRemoteSDKhttps://sdk-rag-agent-production.up.railway.app/mcp
CameraHelphttps://camera-rag-agent-production.up.railway.app/mcp
  1. Click Add
  2. Open a new chat, click the search and tools icon, and toggle the connectors on

Try Your First Query

Ask your AI assistant:
“How do I connect to a Sony camera and capture a photo using the Camera Remote SDK in C++?”
The AI assistant will automatically search through the relevant MCP server to give you an accurate answer with code examples.

Example Questions

  • “How do I set ISO using the HTTP API?” (Web API Docs)
  • “Show me C# code for setting shutter speed” (SDK Docs)
  • “What cameras support remote shooting via USB?” (SDK Docs)
  • “How do I enable real-time tracking on the A7R V?” (Help Guides)

Next Steps