Skip to content
VS Code

mast mcp for VS Code

io.github.mrfentmen/mast-mcp

Keyless MCP server for MAST: Hubble, Webb, TESS observations by sky position.

client:VS Code transport:stdio runtime:npm

Install mast mcp in VS Code

.vscode/mcp.json

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

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

mast mcp in other clients