ScreenshotOne
Prerequisites
git clone https://github.com/screenshotone/mcp.git
Then, install dependencies and build it
npm install && npm run build
Configuration
{
"command": "node",
"args": [
"path/to/screenshotone/mcp/build/index.js"
],
"env": {
"SCREENSHOTONE_API_KEY": "${vault://local/SCREENSHOTONE_API_KEY}"
}
}