web_search
stdioUsed by 3 plugins
Installs geepers-mcp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcpAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"web_search": {
"command": "geepers-websearch",
"env": {
"SERP_API_KEY": "${SERP_API_KEY}",
"BRAVE_API_KEY": "${BRAVE_API_KEY}"
}
}
}
}Replace placeholder values for: SERP_API_KEY, BRAVE_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
geepers-websearchAccess Level
write
Environment Variables
SERP_API_KEY=${SERP_API_KEY}BRAVE_API_KEY=${BRAVE_API_KEY}Required Secrets
SERP_API_KEYBRAVE_API_KEY