Skip to content
Zed

Refinery MCP for Zed

io.github.larelabs/refinery-mcp

Clean raw HTML into LLM-ready text before agents spend tokens.

client:Zed transport:stdio runtime:npm

Install Refinery MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "refinery-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@larelabs/refinery-mcp"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Refinery MCP in other clients