Files
Shang Chieh Tseng 7fb2f7c5bc Update README.md
2025-04-23 13:59:41 +08:00
..
2025-04-23 13:32:14 +08:00
2025-04-23 13:59:41 +08:00

MCP Web Browser Docker Container

This Docker container sets up an environment to run the mcp-web-browser application, which is designed to extract information from web pages using Playwright and other Python libraries.

Getting Started

Prerequisites

  • Docker installed on your machine.

Usage

For the MCP server setup using Visual Studio Code's Continue plugin.

mcpServers:
  - name: mcp-web-browser
    command: docker
    args:
    - run
    - -i
    - --rm
    - dogkeeper886/mcp-web-browser:latest
    - /usr/bin/python3
    - /usr/local/src/mcp-web-browser/src/mcp_web_browser/server.py

Contributing

Contributions to this project are welcome! If you have any issues or would like to contribute, please feel free to open an issue on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.