loom

aadelb/loom
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
Smart internet research MCP server — scraping, search, LLMs, and persistent browser sessions woven into one research thread
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "loom": {
      "command": "uvx",
      "args": [
        "loom"
      ]
    }
  }
}

Or install with pip: pip install loom

README Excerpt

> Smart internet research MCP server — scraping, search, LLMs, and persistent browser sessions in one place. - **Scraping**: Scrapling 3-tier fetcher with auto-escalation, Crawl4AI + Trafilatura markdown extraction, Camoufox Firefox stealth mode, Botasaurus Chrome stealth mode, YouTube transcript extraction

Tools (1)

mcpServers