A plugin that performs Google web search using the Serper API and returns the raw JSON response for the given query string.
- Set
SERPER_API_KEYin your config to your Serper API key.
Call with:
{
"plugins": [
{
"name": "serper",
"path": "oci://ghcr.io/hyper-mcp-rs/serper-plugin:latest",
"runtime_config": {
"env_vars": {
"SERPER_API_KEY": "<your-serper-api-key>"
},
"allowed_hosts": ["google.serper.dev"]
}
}
]
}