Refinery MCP for Windsurf
io.github.larelabs/refinery-mcp
Clean raw HTML into LLM-ready text before agents spend tokens.
client:Windsurf
transport:stdio
runtime:npm
Install Refinery MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"refinery-mcp": {
"command": "npx",
"args": [
"-y",
"@larelabs/refinery-mcp"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs