- Step 1: Install prerequisites like uv, Playwright, and mcp-proxy.
- Step 2: Configure environment variables and create a .env file.
- Step 3: Install the MCP server using uv pip commands.
- Step 4: Run the server in SSE mode with 'uv run server --port 8000' or in stdio mode with the appropriate command.
- Step 5: Configure your client with the correct protocol URL and environment settings.
- Step 6: Optional: Use Docker for containerized deployment, mapping ports as needed.