Odel
lastest

lastest

Local
@las-team18TypeScriptUpdated Today

Run visual regression tests, review diffs, and manage baselines on a Lastest instance.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lastest/mcp-serverv0.3.7

Run

npx -y @lastest/mcp-server

MCP client config

{
  "mcpServers": {
    "lastest": {
      "command": "npx",
      "args": [
        "-y",
        "@lastest/mcp-server"
      ]
    }
  }
}