MorphuesCrown/browser-use-mcp-server-http
3.2
If you are the rightful owner of browser-use-mcp-server-http and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
StreamFastMCP is a server implementation based on the Model Context Protocol (MCP) designed to facilitate seamless communication between models and clients.
StreamFastMCP
一个基于StreamFast的MCP(Model Context Protocol)服务器实现。
安装和部署
1. 安装依赖
使用uv包管理器安装项目依赖:
uv sync
2. 安装Playwright
安装Playwright浏览器依赖:
uv run playwright install
3. 创建.env文件,配置环境变量
OPENAI_API_KEY=your_api_key
4. 运行服务器
启动MCP服务器:
uv run src/server.py
服务器将在 http://127.0.0.1:8000
上运行。
MCP配置
在您的MCP客户端中,使用以下配置连接到服务器:
http://127.0.0.1:8000/mcp