Back to MCP Servers
Urlbox
📇 🏠 A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API.
search-data-extractionapiai
By urlbox
Installation
npx -y urlbox-mcp-serverConfiguration
{
"mcpServers": {
"urlbox-mcp-server": {
"command": "npx",
"args": ["-y", "urlbox-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes