ShipScreens MCP Server for Cursor
io.github.iamjamb/shipscreens
Use this for agent inspect/plan/import/verify/stage store screenshots; not translation-only.
client:Cursor
transport:stdio
runtime:npm
Install ShipScreens MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shipscreens": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shipscreens"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs