lastest for Cursor
io.github.las-team/lastest
Run visual regression tests, review diffs, and manage baselines on a Lastest instance.
client:Cursor
transport:stdio
runtime:npm
Install lastest in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lastest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lastest/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs