Skip to content
VS Code

Web Search for VS Code

io.github.hec-ovi/web-search

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

client:VS Code transport:stdio runtime:pypi

Install Web Search in VS Code

.vscode/mcp.json

{
  "servers": {
    "web-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "websearch-skill"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Web Search in other clients