Skip to main content
Glama

🕷️ Arachne MCP Server

9 MCP tools para web scraping, browser automation, visão computacional, transcrição de áudio e RAG — tudo via API.

Conecta no Arachne como backend. Funciona com Claude Desktop, Cursor, Codex CLI, e qualquer cliente MCP.

✨ Tools

Tool

O que faz

Ideal para

arachne_search

Busca na web via DuckDuckGo

Pesquisa, coleta de informações

arachne_scrape

Extrai markdown limpo de URLs

Páginas estáticas, blogs, docs

arachne_extract

Extrai QUALQUER formato (áudio, vídeo, PDF, YouTube)

Canivete suíço

arachne_browser_extract

Navegador real com evasão Cloudflare/CAPTCHA

Sites que bloqueiam scraper

arachne_browser_run

Executa ações em navegador (click, type, login)

Automação de formulários

arachne_query

Pergunta pra sua base de conhecimento RAG

Chatbot com seus dados

arachne_vision

Analisa imagens: OCR, cores, faces, descrição AI

Extrair texto de fotos

arachne_transcribe

Transcreve áudio/vídeo/YouTube com Whisper

Podcast, reunião, vídeo

arachne_capabilities

Auto-descoberta de capacidades

Saber o que o Arachne faz

Related MCP server: CloakMCP

🚀 Quick Start

1. Pegue uma API Key

Crie em arachne.seu.pet/dev (plano Free: 500 req/mês).

2. Configure no Claude Desktop

{
  "mcpServers": {
    "arachne": {
      "command": "python3",
      "args": ["-m", "arachne_mcp"],
      "env": {
        "ARACHNE_API_KEY": "sua_chave_aqui"
      }
    }
  }
}

3. Ou teste direto

export ARACHNE_API_KEY="sua_chave"
python3 arachne_mcp.py

Precisa de httpx: pip install httpx

📦 Como funciona

O MCP server é um cliente HTTP que chama a API pública do Arachne. Zero dependência de infra local — roda de qualquer lugar.

Seu agente AI → MCP stdio → arachne_mcp.py → HTTP → Arachne API → resultado

🔧 Exemplos

# Via arachne-sdk (pip install arachne-sdk)
from arachne_sdk import Arachne
client = Arachne(api_key="sua_chave")

# Busca na web
results = client.search("preço iPhone 16 Brasil")
for r in results:
    print(f"{r.title}: {r.url}")

# Extrair página
content = client.scrape("https://exemplo.com")
print(content[:500])

# Analisar imagem
vision = client.vision("https://exemplo.com/foto.jpg")
print(vision.ocr.text)

# Perguntar ao RAG
answer = client.query("Qual a diferença do Arachne pro Firecrawl?")
print(answer)

📊 Planos

Plano

Preço

Requests/mês

Features

Free

R$ 0

500

search, scrape, jobs

Pro

R$ 49/mês

10.000

+ browser, vision, transcribe, MCP

Enterprise

R$ 199/mês

100.000

+ admin, export, suporte dedicado

🏗️ Stack

  • Backend: FastAPI + Crawl4AI + Whisper + Tesseract + SQLite

  • Engines: Trafilatura → Crawl4AI SDK → Sidecar Docker → Camoufox

  • MCP Transport: stdio (compatível com Claude Desktop, Cursor, Codex)


🕷️ Built with the Arachne engine. Open source MCP server.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A local web scraping MCP server with RAG capabilities that provides intelligent web search, content extraction, and screenshot tools without requiring API keys.
    Last updated
    4
    28
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that provides LLMs with stealth browser automation capabilities via CloakBrowser to bypass bot detection services like Cloudflare and reCAPTCHA. It supports full page interaction, content extraction, and human-like behavior through 30 specialized tools.
    Last updated
    20
    12
    Apache 2.0
  • -
    license
    -
    quality
    C
    maintenance
    Self-hosted MCP server that provides web scraping and crawling tools, integrating seamlessly with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.
    Last updated
    4

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Samuelfmedeiros/arachne-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server