PluginBench
MCP Server

Arachne MCP MCP Server

io.github.Samuelfmedeiros/arachne

What is the Arachne MCP MCP server?

Web scraping, browser RAG, vision, transcription, and 20 AI tools. Universal data intelligence.

How to install Arachne MCP

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-API-Key
    required
    secret

    Your Arachne API key for authentication

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "arachne": {
      "url": "https://arachne.seu.pet/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "arachne": {
      "serverUrl": "https://arachne.seu.pet/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "arachne": {
      "type": "http",
      "url": "https://arachne.seu.pet/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "arachne": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://arachne.seu.pet/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse arachne https://arachne.seu.pet/mcp

Related MCP servers

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

1
Python
MIT
View repository →