mcpbeat Sign in

Refinery MCP Server

local only

Refinery MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 28 Jun 2026.

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

Installs per day peak 21 · avg 9 · +142% w/w
a month agotoday
47
Installs / week
npm · @larelabs/refinery-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Refinery MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add refinery-mcp -- npx -y @larelabs/refinery-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "refinery-mcp": {
      "args": [
        "-y",
        "@larelabs/refinery-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.refinery-mcp]
command = "npx"
args = ["-y", "@larelabs/refinery-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "refinery-mcp": {
      "args": [
        "-y",
        "@larelabs/refinery-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "refinery-mcp": {
      "args": [
        "-y",
        "@larelabs/refinery-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIFY_TOKEN (Apify API token for the Refinery HTML cleaner actor). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Refinery MCP

same job, measured the same way
Agentsearch MCP
by isaiahdupree

LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

3 tools answering
Fastcrawl
by fastcrawl

Cloud scraping & crawling API for AI agents. Turn any URL into clean, LLM-ready markdown.

answering
LeanToken
by morluto

Token-bounded repository context for coding agents over MCP.

local only
I
mdapi — HTML to Markdown for AI agents
by fastdb-md

Web page or HTML to clean LLM-ready Markdown or JSON. x402 pay-per-call, $0.005, no API key.

3 tools answering
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only
Superfetch
by j0hanz

Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format

110 installs/wk local only
Jina Reader
by pipeworx-io

Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.

38 tools answering
Base Intel MCP
by datakoot

Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

5 tools answering

Refinery MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Refinery MCP?
Refinery MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @larelabs/refinery-mcp was installed 47 times last week.
How do I connect Refinery MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @larelabs/refinery-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Refinery MCP?
The npm package @larelabs/refinery-mcp was installed 47 times in the last week. Week over week that is +142%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Refinery MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.