Download Latest Version v2.48.13 -- CLI authenticate for Spider Cloud source code.tar.gz (838.8 kB)
Email in envelope

Get an email when there's a new version of Spider

Home / v2.48.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-25 612 Bytes
v2.48.4 source code.tar.gz 2026-03-25 826.8 kB
v2.48.4 source code.zip 2026-03-25 995.0 kB
Totals: 3 Items   1.8 MB 0

New spider_mcp crate — MCP server for Spider.

:::bash
cargo install spider_mcp

Setup (Claude Code ~/.claude/settings.json or Claude Desktop config):

:::json
{ "mcpServers": { "spider": { "command": "spider-mcp" } } }

Usage examples:

Scrape a page:       "Fetch https://example.com as markdown"
Crawl a site:        "Crawl https://example.com up to 5 pages"
Extract links:       "Get all links from https://example.com"
Transform HTML:      "Convert this HTML to markdown: <h1>Hello</h1>"

Tools: spider_scrape · spider_crawl · spider_links · spider_transform

Source: README.md, updated 2026-03-25