HomeOther › Fitter

Fitter

Turn any website or API into structured JSON with LLM-authored declarative scraping configs.

Go
★ 133 stars Last pushed 2026-08-29 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (mcpb)

Package: mcpb https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-darwin-arm64.mcpb

  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (mcpb)

Package: mcpb https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-darwin-amd64.mcpb

  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (mcpb)

Package: mcpb https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-linux-arm64.mcpb

  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (mcpb)

Package: mcpb https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-linux-amd64.mcpb

  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (mcpb)

Package: mcpb https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-windows-amd64.mcpb

  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (oci)

docker run -i --rm ghcr.io/pxyup/fitter-mcp:v1.8.3

Or add to your MCP client config:

{
  "mcpServers": {
    "fitter": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pxyup/fitter-mcp:v1.8.3"
      ],
      "env": {
        "FITTER_PLUGINS": "<YOUR_VALUE>"
      }
    }
  }
}
  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Package (oci)

docker run -i --rm ghcr.io/pxyup/fitter-mcp:v1.8.3-playwright

Or add to your MCP client config:

{
  "mcpServers": {
    "fitter": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pxyup/fitter-mcp:v1.8.3-playwright"
      ],
      "env": {
        "FITTER_PLUGINS": "<YOUR_VALUE>"
      }
    }
  }
}
  • FITTER_PLUGINS — Optional path to a fitter plugins folder

Related servers

Data from the Official MCP Registry