DJI Developer Connector for AI agents.
10 live capabilities
Manage enterprise drone fleets and telemetry logs from your agent.
Waiting for input…
Why people use DJI Developer
DJI Developer Drone Fleet Health Management
With this Connector, your AI agent does the hunting for you. You can ask for a health summary of your entire fleet or check the status of a specific aircraft in seconds. You get a direct line to your hardware data, turning a tedious chore into a quick conversation.
What Vinkius changes
You get a direct command line for your drone fleet via your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking fleet readiness
A fleet manager asks their agent which drones are ready for a mission.
- Real-world use case 02
Post-mission telemetry audit
A data analyst needs to find a specific flight.
- Real-world use case 03
Remote firmware monitoring
A tech lead needs to see which drones are on old software.
Complete set · 10capabilities
The complete DJI Developer capability set.
These are the exact actions your AI can choose when you ask it to work with DJI Developer.
01—04
4 capabilities in this set.
Part of 10 available through DJI Developer.
- 01 Capability
Get media upload url
Request a cloud storage upload URL for media. This makes it easier to move drone footage to your storage.
- 02 Capability
Get mission status
Check the progress of an active flight mission. Use this to track real-time progress of ongoing operations.
- 03 Capability
List devices
List all drones and docks bound to your account. This gives you a full inventory of your hardware at a glance.
- 04 Capability
List media files
List photos and videos captured by a drone. This lets you see what content is available for download.
05—07
3 capabilities in this set.
Part of 10 available through DJI Developer.
- 05 Capability
List waylines
List available flight wayline files. Use this to see what pre-planned routes are ready to use.
- 06 Capability
Get firmware info
Check firmware versions for a device. Use this to identify which drones in your fleet are out of date.
- 07 Capability
Get hms stats
Retrieve health management system (HMS) alerts. This helps you catch hardware issues before they cause a crash.
08—10
3 capabilities in this set.
Part of 10 available through DJI Developer.
- 08 Capability
Create mission
Create a new flight mission for a drone or dock. This helps you schedule work without manual planning.
- 09 Capability
Get device osd
Retrieve real-time flight data (OSD). Use this to see exactly what's happening during a flight.
- 10 Capability
Get device status
Get the online status and basic state of a drone. This lets you quickly see which aircraft are ready for deployment.
Set up in minutes
One URL. Then ask DJI Developer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use DJI Developer from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it DJI Developer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable DJI Developer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the DJI Developer URL.
- Step 03
Save and start
Save the connection and enable DJI Developer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dji-developer": {
"url": "https://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using DJI Developer
Open Agent mode in chat and ask: "Using DJI Developer, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dji-developer": {
"url": "https://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using DJI Developer
Ask Copilot: "Using DJI Developer, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dji-developer": {
"url": "https://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using DJI Developer
Open Cascade and ask: "Using DJI Developer, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dji-developer": {
"url": "https://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using DJI Developer
Ask Cline: "Using DJI Developer, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dji-developer --transport http "https://edge.vinkius.com/vk_preview_eH2eOCZ8GMjHrpTk6na3Qou4XRH4sQsT6emMc7Kc/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using DJI Developer
Ask Claude: "Using DJI Developer, show me...". 10 tools are ready
Where the request belongs
Work DJI Developer can move forward.
This is for the fleet manager who's tired of clicking through dozens of dashboard tabs at 2am just to see if the drones are healthy or if the firmware is updated.
Fleet Manager
They use this to check the health status of 50 different drones across multiple sites without opening a single browser tab.
Data Analyst
They use this to pull flight logs into a GIS system for operational reporting instead of manually downloading CSV files.
DevOps Engineer
They use this to monitor remote firmware deployments and ensure every device in the fleet is on the latest version.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLindy (Autonomous AI Employees)
Manage autonomous AI employees via Lindy. trigger task runs, monitor reasoning logs, and audit app integrations.
CrewAI Platform
Orchestrate multi-agent workflows via CrewAI. list crews and agents, kickoff autonomous runs, and monitor task execution directly from any AI agent.
Tesla Fleet API
Physical actuator proxy mapping explicitly native commands evaluating telemetry tracking active Tesla vehicles cleanly.
Epsilon3 Aerospace Operations
Equip your AI agent to manage operational procedures, track execution runs, and monitor telemetry via the Epsilon3 API.
Fleetio
Manage vehicles, track maintenance, and monitor fuel entries via AI agents with Fleetio.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
Bring your own AI
Change the model, client or framework. Keep DJI Developer connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about DJI Developer.
The practical details behind the request, access and result.
Can I use DJI Developer to manage multiple drone sites?
Yes, this Connector allows your agent to interact with your entire DJI developer account. You can list devices and check health across all sites linked to your organization.
How does this help with drone flight logs?
It lets your AI agent pull specific flight records and telemetry data. You can ask for logs from specific dates or missions to perform post-flight analysis.
Can my AI agent check drone battery health?
Yes, by pulling health management system alerts, your agent can identify drones with high battery cycle counts or other hardware issues.
Does this work with DJI Enterprise drones?
Yes, it is designed for the DJI Developer platform, which includes enterprise-grade aircraft like the Matrice and Mavic series.
How do I get my firmware updates tracked?
Your agent can check the firmware version of every device in your fleet and monitor the progress of remote updates to ensure everything is current.
Can I automatically list all aircraft in my DJI fleet?
Yes! Use the list_aircraft capability. Your agent will retrieve a complete list of all registered drones in your account, including their model names and current firmware versions.
How do I monitor the health status of a specific drone?
Use the get_device_health capability with the aircraft serial number. The agent will return real-time health metrics, battery status, and any active error codes from the DJI platform.
Can I retrieve telemetry logs from past missions?
Yes! Use the get_flight_logs capability. Your agent will fetch detailed historical flight data, including GPS coordinates, altitude, and velocity profiles for any recorded mission.
One connection away
Give your agent a direct line to DJI Developer.
Connect DJI Developer once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available