Bovojon/screenshot-mcp-server
3.1
If you are the rightful owner of screenshot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
An MCP server designed to enable agents to capture screenshots of websites efficiently.
screenshot-mcp-server
An MCP server to let agents capture website screenshots
Installations
uv pip install playwright
uv run playwright install # install all Playwright browsers
uv run playwright install chromium # individually
Run tests
pytest tests/
pytest tests/test_screenshot.py::test_capture_success # Running specific test