Overview
One-step workflow to restore web search in qwen-code after PR #3502 (May 2026) ripped the built-in tool out in favor of MCP-based search.
Trigger
Once per qwen-code install
Schedule
Once per qwen-code install
Workflow Steps
Get a Scavio API key
scavio.dev — 500 free credits/mo recurring.
Edit qwen-code mcp config
Add scavio block under mcpServers.
Restart qwen-code
Tool surface picks up the new MCP.
Test search
'Search the web for latest LLM benchmarks 2026.'
Optional: same MCP works in Claude Code, Cursor, VS Code
Reuse across runtimes.
Python Implementation
# qwen-code config (mcp.json or equivalent):
# {
# "mcpServers": {
# "scavio": {
# "url": "https://mcp.scavio.dev/mcp",
# "headers": { "x-api-key": "YOUR_SCAVIO_KEY" }
# }
# }
# }JavaScript Implementation
// JSON config; no application code.Platforms Used
Web search with knowledge graph, PAA, and AI overviews