> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zenrows.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Integrations

> Every AI assistant, code editor, SDK, framework, and agent platform that connects to the live web through the Zenrows MCP server.

The [Zenrows MCP server](/integrations/mcp/mcp-overview) is the standard way AI systems use Zenrows. Any MCP-compatible client can connect, here's every tool with its own setup guide.

## AI Assistants

<CardGroup cols={2}>
  <Card title="Claude Desktop" icon="message-chatbot" href="/integrations/claude-desktop">
    Connect Claude Desktop to Zenrows via MCP for real-time web access in your conversations.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/integrations/claude-code">
    Give Claude Code the ability to scrape and extract data while it works in your codebase.
  </Card>
</CardGroup>

## AI Code Editors

<CardGroup cols={2}>
  <Card title="Cursor" icon="device-laptop" href="/integrations/cursor">
    Scrape and extract data from inside Cursor's AI coding assistant.
  </Card>

  <Card title="Windsurf" icon="device-laptop" href="/integrations/windsurf">
    Connect Windsurf's AI agent to real-time web data.
  </Card>

  <Card title="VS Code" icon="device-laptop" href="/integrations/vscode">
    Add Zenrows to VS Code's AI features via MCP.
  </Card>

  <Card title="Zed" icon="device-laptop" href="/integrations/zed">
    Connect Zed's AI assistant to Zenrows.
  </Card>

  <Card title="JetBrains IDEs" icon="device-laptop" href="/integrations/jetbrains">
    Add Zenrows to JetBrains' AI assistant across IntelliJ, PyCharm, WebStorm, and more.
  </Card>

  <Card title="OpenCode" icon="device-laptop" href="/integrations/opencode">
    Connect OpenCode's AI agent to real-time web data.
  </Card>

  <Card title="Google Antigravity 2.0" icon="device-laptop" href="/integrations/antigravity-20">
    Add Zenrows to Google's agentic development platform.
  </Card>

  <Card title="Google Antigravity IDE" icon="device-laptop" href="/integrations/antigravity-ide">
    Connect Zenrows to the Antigravity IDE.
  </Card>
</CardGroup>

## Agent SDKs & Frameworks

<CardGroup cols={2}>
  <Card title="Claude Agent SDK" icon="code" href="/integrations/claude-agent-sdk">
    Build autonomous agents that scrape and automate any site with Anthropic's official SDK.
  </Card>

  <Card title="OpenAI Agents SDK" icon="code" href="/integrations/openai-agents-sdk">
    Build multi-step agents with OpenAI's official Agents SDK.
  </Card>

  <Card title="Google ADK" icon="code" href="/integrations/google-adk">
    Build multi-agent workflows with Google's Agent Development Kit.
  </Card>

  <Card title="Mastra" icon="code" href="/integrations/mastra">
    Give agents built with the Mastra TypeScript framework reliable access to any website.
  </Card>
</CardGroup>

## AI Tools

<CardGroup cols={2}>
  <Card title="Anthropic Claude API" icon="wand" href="/integrations/anthropic-claude-api">
    Ground Claude's answers in live, protected, or JavaScript-heavy web data.
  </Card>
</CardGroup>

## Agent Platforms

<CardGroup cols={3}>
  <Card title="Claude Managed Agents" icon="cloud" href="/integrations/claude-managed-agents">
    Let Anthropic manage the agent loop and sandbox while Zenrows handles the scraping layer.
  </Card>

  <Card title="Hermes" icon="cloud" href="/integrations/hermes">
    Give Hermes Agent reliable, scheduled access to any website.
  </Card>

  <Card title="OpenClaw" icon="cloud" href="/integrations/openclaw">
    Connect OpenClaw's autonomous agent to Zenrows MCP for real-time web access.
  </Card>
</CardGroup>

<Note>
  Looking for a framework that doesn't use MCP directly, like LangChain, LlamaIndex, or Flowise? See the full [Integrations overview](/integrations/overview) for every way to connect Zenrows, MCP or otherwise.
</Note>
