tbocek/llm-local-web-search
Firefox extension that adds client-side web search to local LLMs. Intercepts OpenAI-compatible API calls, injects a web_search tool, and fetches results directly in your browser. Solve captchas yourself, bypass server-side fetch errors, works offline with llama.cpp
Platform-specific configuration:
{
"mcpServers": {
"llm-local-web-search": {
"command": "npx",
"args": [
"-y",
"llm-local-web-search"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...