Skip to main content
Glama

Browser Automation MCP Server

by Raghu6798
Dockerfile355 B
FROM python:3.10-slim # Set working directory WORKDIR /app # Copy files COPY . /app # Install dependencies RUN pip install --no-cache-dir \ fastmcp \ firecrawl \ tavily-python \ rich \ beautifulsoup4 \ python-dotenv \ requests # Expose the port if needed (optional) EXPOSE 8080 # Default command CMD ["python", "main.py"]

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/Raghu6798/Browser_scrape_mcp'

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