HomeMarketplace

Browserless MCP Integration - AI Agent Tools

Connect Browserless with AI agents using Model Context Protocol (MCP). Seamlessly integrate Browserless tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 7+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

Browser Automation tools for AI automation

Setup Instructions

Install Browserless MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Browserless with your AI agent.

Benefits

  • Automate Browserless workflows with AI
  • Increase productivity with AI-powered Browserless operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Browserless
Browserless

Browserless is a service that provides headless browser automation, allowing users to run automations on their own sites with browser infrastructure.

VerifiedComposioComposio Managed
Users
6805
Tools
7
Last Updated
12h ago

Category

Browser Automation

6805VIEWS
2759USERS

Tools

Page 1 of 2

Download File Using Puppeteer Script

This tool allows downloading files that chrome has downloaded during the execution of puppeteer code. it sets up a blank page, creates a fresh download directory, injects the provided code, and executes it. once the script finishes, any downloaded files from chromium are returned with the appropriate content-type header.

Execute Custom Function

A tool that allows executing custom puppeteer scripts via http requests. this endpoint enables users to run browser automation tasks without managing their own infrastructure.

Fetch Html Content

This tool fetches the complete html content of a webpage using browserless's content api. it's designed to retrieve the full html contents of any website, including dynamically generated content.

Generate Pdf From Webpage

This tool generates a pdf from a specified webpage using browserless's pdf generation api. it allows specifying the url of the webpage along with parameters such as format, filename, and waituntil options to control the pdf generation process.

Scrape Webpage Content Using Css Selectors

A tool to extract structured content from a webpage by specifying css selectors. the tool navigates to the specified url, waits for the page to load (including parsing and executing javascript), and returns the selected elements in a structured json format.

Take Screenshot

A tool that captures a screenshot of a webpage using browserless's screenshot api. the tool takes a url and returns either a png or jpeg image. it includes options for full page capture, image type, quality, and clipping coordinates.