Turn any website or API into structured JSON with LLM-authored declarative scraping configs.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Distributed as an MCP bundle (`https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-darwin-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-darwin-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-linux-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/PxyUp/fitter/releases/download/v1.8.3/fitter-mcp-windows-amd64.mcpb`) — download it and import the bundle in your MCP client.
Run
docker run -i --rm ghcr.io/pxyup/fitter-mcp:v1.8.3
MCP client config
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.8.3"
]
}
}
}Run
docker run -i --rm ghcr.io/pxyup/fitter-mcp:v1.8.3-playwright
MCP client config
{
"mcpServers": {
"fitter": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/pxyup/fitter-mcp:v1.8.3-playwright"
]
}
}
}