mcpbeat Sign in

Arachne MCP Server

local only

Arachne MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 213 installs a week from pypi. Last commit 12 Aug 2026.

Arachne MCP — scraping, browser, vision, OCR, RAG, Social Research, GitHub + VRT (56 tools).

Installs per day peak 423 · avg 73 · -19% w/w
a month agotoday
213
Installs / week
pypi · arachne-mcp
0
Stars
3 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Arachne MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arachne-mcp -- uvx arachne-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arachne-mcp": {
      "args": [
        "arachne-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arachne-mcp]
command = "uvx"
args = ["arachne-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "arachne-mcp": {
      "args": [
        "arachne-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arachne-mcp": {
      "args": [
        "arachne-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ARACHNE_API_KEY (Sua chave de API do Arachne (crie em https://arachne.seu.pet/dev)), ARACHNE_BASE_URL (URL base da API do Arachne (opcional, default: https://arachne.seu.pet)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arachne MCP

same job, measured the same way
Scout
by felixgeelhaar

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
Scout
by klarlabs-studio

Browser automation MCP server with 84 tools. Pure CDP, DOM diffing, vision hybrid.

local only
upAPI
by devinosolutions

All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.

223 installs/wk answering
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only
Geekflare
by geekflare

Geekflare MCP server for scraping, search, screenshots, broken links, DNS lookup, and network tools.

62 installs/wk 18 tools answering
footnote-mcp
by kazkozdev

Source-grounded web research: search, extraction, verification, and browser automation.

193 installs/wk local only
One Search MCP
by yokingma

Web search, URL discovery, scraping & extraction with agent-browser and search providers

173 installs/wk local only
Scrapeless MCP Server
by scrapeless-ai

Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.

276 installs/wk answering

Arachne MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Arachne MCP?
Arachne MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package arachne-mcp was installed 213 times last week.
How do I connect Arachne MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls arachne-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Arachne MCP?
The pypi package arachne-mcp was installed 213 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arachne MCP open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.