Handiworks

A small studio of MCP tools that give AI agents practical, everyday capabilities.

Handiworks exposes a Model Context Protocol server. Connect it to Claude Desktop, Cursor, or any MCP client and your agent gains three tools. Free and open to use.

MCP endpoint: https://mcp.handiworks.studio/mcp

Tools

render

Render any URL to a PNG/JPEG screenshot or a PDF using a real headless browser. Results cached 24h.

check_link

Check a link's health: follows the redirect chain, reports final status & URL, extracts the page title, flags likely paywalls. Cached 6h.

convert

Convert content between formats: HTML→PDF, HTML→PNG (real browser), CSV↔JSON.

Connect (Claude Desktop)

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "handiworks": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.handiworks.studio/mcp"]
    }
  }
}

Clients with native remote-MCP support can point straight at the /mcp URL.