Skip to content
Cursor

ardupilot mcp for Cursor

io.github.furkanisikay/ardupilot-mcp

Diagnoses ArduPilot DataFlash flight logs over the Model Context Protocol.

client:Cursor transport:stdio runtime:pypi

Install ardupilot mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ardupilot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ardupilot-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ardupilot mcp in other clients