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-KeyrequiredsecretYour 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/mcpRelated MCP servers
Arachne MCP — scraping, browser, vision, OCR, RAG, Social Research, GitHub + VRT (56 tools).
1
View repository →Python
MIT