Stringer CleanExtract for Claude Desktop
app.getstringer/cleanextract
Convert public HTML or a public URL into token-dense Markdown through one remote MCP tool.
client:Claude Desktop
transport:streamable-http
tools:1
Install Stringer CleanExtract in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cleanextract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://extract.getstringer.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs