Skip to content
Cursor

Starfetch for Cursor

io.github.starfetch-js/starfetch

Query public astronomy catalogs through metadata-first TAP and ADQL tools.

client:Cursor transport:stdio runtime:npm

Install Starfetch in Cursor

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

{
  "mcpServers": {
    "starfetch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@starfetch-js/mcp"
      ]
    }
  }
}

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

Starfetch in other clients