An r/Qwen_AI post: qwen-code's built-in web_search was removed in PR #3502 (May 2026). This walks the one-config-line restore.
Prerequisites
- qwen-code installed
- Scavio API key (500 free credits/mo recurring)
Walkthrough
Step 1: Get a Scavio API key
scavio.dev — sign up, copy key.
// Free 500 credits/mo recurring; no card required.Step 2: Edit qwen-code mcp config
Add scavio block under mcpServers.
{
"mcpServers": {
"scavio": {
"url": "https://mcp.scavio.dev/mcp",
"headers": { "x-api-key": "YOUR_SCAVIO_KEY" }
}
}
}Step 3: Restart qwen-code
Tool surface picks up the new MCP.
// Quit and restart qwen-code.Step 4: Test search
Try a typed multi-platform query.
// 'Search the web for latest LLM benchmarks 2026.'
// 'Search Reddit r/LocalLLaMA for Qwen3 35B reviews.'Step 5: Optional: same MCP in Claude Code, Cursor, VS Code, Windsurf
Reuse across runtimes.
// claude mcp add scavio https://mcp.scavio.dev/mcp --header 'x-api-key: $SCAVIO_API_KEY'Python Example
# No application code; this is config-only.JavaScript Example
// JSON config; restart agent runtime.Expected Output
qwen-code with restored web search plus Reddit + YouTube + Amazon + Walmart bonus surface, all under one MCP.