Shift noisy web pages into clean, context-ready text for LLMs — Rust library & MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"webshift": {
"command": "cargo",
"args": [
"run",
"--",
"webshift"
]
}
}
}
Run in terminal:
claude mcp add webshift cargo run -- webshift
Add to .cursor/mcp.json:
{
"mcpServers": {
"webshift": {
"command": "cargo",
"args": [
"run",
"--",
"webshift"
]
}
}
}