Skip to content
Cline

websharp for Cline

io.github.jgador/websharp

Search the web and extract article text for LLMs.

client:Cline transport:stdio runtime:oci

Install websharp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "websharp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jessegador/websharp-mcp:v0.99.0-rc2"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

websharp in other clients