npx claudepluginhub lawriec/lost-media-search-plugin --plugin lost-media-searchAdd to your .mcp.json:
{
"mcpServers": {
"searxng": {
"command": "npx",
"args": [
"-y",
"github:lawriec/mcp-searxng"
],
"env": {
"SEARXNG_URL": "${SEARXNG_URL:-http://localhost:8080}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxSEARXNG_URL=${SEARXNG_URL:-http://localhost:8080}