Skip to content
VS Code

Starfetch for VS Code

io.github.starfetch-js/starfetch

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

client:VS Code transport:stdio runtime:npm

Install Starfetch in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Starfetch in other clients