Skip to main content
Glama

browser-use MCP Server

by williamvd4
__init__.py522 B
""" Browser Use MCP Server - A library for integrating browser-use with MCP. """ __version__ = "0.1.2" from .server import ( BrowserContext, BrowserContextConfig, initialize_browser_context, run_browser_task_async, check_browser_health, reset_browser_context, create_mcp_server, ) __all__ = [ "BrowserContext", "BrowserContextConfig", "initialize_browser_context", "run_browser_task_async", "check_browser_health", "reset_browser_context", "create_mcp_server", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/williamvd4/browser-use-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server