urlbox/urlbox-mcp-server
by Various
An MCP server to allow claude and other LLM's to take screenshots using Urlbox.
MCP
urlbox/urlbox-mcp-server
Added 1 June 2026
Overview
An MCP server that lets LLMs like Claude capture website screenshots via the Urlbox API. It wraps Urlbox's screenshot service into a tool-calling interface for AI agents.
Best for
Best for
Developers building LLM agents that need on-demand webpage screenshots
Use cases
- Capture visual snapshots of web pages during agent workflows
- Verify rendered content or layout changes programmatically
- Integrate screenshot capabilities into LLM-driven automation
How to use
Install
npm install && npm run build Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "screenshot": {\n "command": "npx",\n "args": ["-y", "@urlbox/screenshot-mcp"],\n "env": {\n "SECRET_KEY": "your_api_key_here"\n }\n }\n }\n} Notes
An MCP server that lets LLMs like Claude capture website screenshots via the Urlbox API. It wraps Urlbox’s screenshot service into a tool-calling interface for AI agents.
3 stars on GitHub. Last updated 2025-10-17. Licensed MIT.
Use cases
- Capture visual snapshots of web pages during agent workflows
- Verify rendered content or layout changes programmatically
- Integrate screenshot capabilities into LLM-driven automation
Pros
- Simple MCP interface for screenshot capture
- Leverages Urlbox’s reliable rendering engine
- TypeScript codebase easy to extend or debug
Cons
- Requires a paid Urlbox API key to function
- Only 3 GitHub stars indicates very early stage
- Limited to screenshot capture, no other browser automation
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple MCP interface for screenshot capture
- Leverages Urlbox's reliable rendering engine
- TypeScript codebase easy to extend or debug
Cons
- Requires a paid Urlbox API key to function
- Only 3 GitHub stars indicates very early stage
- Limited to screenshot capture, no other browser automation
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.