Anybrowse

Exposes an MCP interface to convert web pages into Markdown-ready content using real Chrome rendering, with tools for scrape, crawl, and search.
  • typescript

0

GitHub Stars

typescript

Language

3 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can connect to an MCP server that exposes the anybrowse tool set and use it as a programmable browsing assistant. This MCP server provides HTTP-based access to URL-to-Markdown conversion and related actions, enabling you to integrate with your MCP-compatible clients to fetch, parse, and summarize web content through real browser execution.

How to use

You can use the anybrowse MCP server by configuring your MCP client to communicate with the MCP endpoint. The server offers tools you can invoke via JSON-RPC through the MCP transport. Available tools include scraping a URL to Markdown, crawling search results, and performing a search that returns structured results. Use these tools to feed your AI prompts with clean, render-ready content derived from live web pages.

How to install

Prerequisites: you need a modern runtime for JavaScript/TypeScript development and a working network to reach the MCP endpoint. Ensure you have a supported environment before starting.

Step 1: Prepare your environment.

Step 2: Obtain the MCP server code or package in your project workspace according to your organization’s deployment process.

Step 3: Install dependencies in the project directory.

Step 4: Start or deploy the MCP server according to your setup. The runtime is described as Fastify with TypeScript on Node.js, so you typically run a startup command suitable for your environment.

Configuration and usage notes

Endpoint for MCP integration: you will connect to the server’s MCP endpoint for tool access. The MCP URL is provided by the server and is the primary entry point for programmatic access.

Tools exposed through MCP: scrape, crawl, and search are available as HTTP-accessible tools via the MCP interface. Each tool is designed to help you transform and retrieve web content in a form suitable for large language models and downstream processing.

Security and payments: this MCP server uses its own access model defined by the MCP protocol. Ensure you follow your organization’s security practices when exposing the endpoint and handling any required payments or authentication flows.

Troubleshooting and tips

  • If you encounter connectivity issues, verify that your client is sending requests to the correct MCP URL and that network permissions allow outbound connections to that endpoint.

  • When content renders slowly, consider caching results or adjusting client-side timing to accommodate dynamic pages and SPAs that require real browser execution.

  • Monitor endpoint health and status to detect browser crashes or service interruptions. The server is designed to auto-recover from browser crashes and optimize domain patterns for faster rendering.

Available tools

scrape

Convert a single URL to Markdown by rendering with a real Chrome browser and returning Markdown suitable for large language models.

crawl

Perform a Google search and scrape the top results, returning a consolidated view in a structured format.

search

Return Google search results as JSON for programmatic processing.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Anybrowse MCP Server - kc23go/anybrowse | VeilStrat