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

Installation

npx -y urlbox-mcp-server

Configuration

{
  "mcpServers": {
    "urlbox-mcp-server": {
      "command": "npx",
      "args": ["-y", "urlbox-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub