Skip to main content
Glama

MCP Browser Use Server

by JovaniPink
pyproject.toml973 B
[project] name = "mcp_browser_use" version = "0.1.0" description = "MCP server for browser-use" readme = "README.md" requires-python = ">=3.11" license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", ] dependencies = [ "browser-use==0.7.7", "fastapi>=0.115.6", "fastmcp>=0.4.1", "instructor>=1.7.2", "langchain>=0.3.14", "langchain-google-genai>=2.1.1", "langchain-ollama>=0.2.2", "langchain-openai>=0.2.14", "Pillow>=10.1.0", "python-dotenv>=1.0.1", "pyperclip>=1.9.0", "openai>=1.59.5", "pydantic>=2.10.5", "uvicorn>=0.22.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_browser_use", "src/mcp_browser"] [project.scripts] mcp-browser-use = "mcp_browser_use.server:main"

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/JovaniPink/mcp-browser-use'

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