From economist-agents
Web search (Serper/Google), Google Scholar, arXiv academic search, and page fetching as MCP tools
npx claudepluginhub oviney/economist-agentsAdd to your .mcp.json:
{
"mcpServers": {
"web-researcher": {
"command": "python3",
"args": [
"mcp_servers/web_researcher_server.py"
],
"env": {
"SERPER_API_KEY": "${SERPER_API_KEY}"
}
}
}
}Replace placeholder values for: SERPER_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.
python3SERPER_API_KEY=${SERPER_API_KEY}