npx claudepluginhub lawriec/lost-media-search-plugin --plugin lost-media-searchAdd to your .mcp.json:
{
"mcpServers": {
"google-reverse-image": {
"command": "npx",
"args": [
"-y",
"github:lawriec/mcp-google-reverse-image"
],
"env": {
"GOOGLE_VISION_API_KEY": "${GOOGLE_VISION_API_KEY:-}"
}
}
}
}Replace placeholder values for: GOOGLE_VISION_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxGOOGLE_VISION_API_KEY=${GOOGLE_VISION_API_KEY:-}