Skip to content
VS Code

CLIO Web for VS Code

io.github.iowarp/web-mcp

Provider-fixed web search plus transparent URL, DOI, and document fetching

client:VS Code transport:stdio runtime:pypi

Install CLIO Web in VS Code

.vscode/mcp.json

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

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

CLIO Web in other clients