Skip to content
Cursor

inav mcp for Cursor

io.github.starlordz12/inav-mcp

MCP server for iNAV flight-controller configuration and diagnostics

client:Cursor transport:stdio runtime:pypi

Install inav mcp in Cursor

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

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

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

inav mcp in other clients