Skip to content
Cursor

opensky mcp for Cursor

io.github.mrfentmen/opensky-mcp

OpenSky live aircraft positions.

client:Cursor transport:stdio runtime:npm

Install opensky mcp in Cursor

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

{
  "mcpServers": {
    "opensky-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opensky-mcp"
      ]
    }
  }
}

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

opensky mcp in other clients