Skip to content
VS Code

web research mcp for VS Code

io.github.csoai-org/web-research-mcp

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

client:VS Code transport:stdio runtime:pypi

Install web research mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "web-research-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "web-research-mcp"
      ]
    }
  }
}

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

web research mcp in other clients