Loading MCP server directory, please wait...
Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.
npx @getmcp/cli add io.github.podop29/shotpipe-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOTPIPE_KEYShotpipe API key id (starts with k_). Free at https://shotpipe.io/signup.
SHOTPIPE_SECRETShotpipe HMAC signing secret. Requests are signed locally; the secret never leaves the process.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.podop29/shotpipe-mcp": {
"command": "npx",
"args": [
"-y",
"shotpipe-mcp"
],
"env": {
"SHOTPIPE_KEY": "",
"SHOTPIPE_SECRET": "",
"SHOTPIPE_BASE_URL": ""
}
}
}
}