extract_image_from_url
Extracts an image from a URL and converts it to base64.
How to use it
extract_image_from_url is exposed by the MCP Image Extractor MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the extract_image_from_url tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Image Extractor
$
docker run -p 8000:8000 mcp-image-extractorOther tools in MCP Image Extractor (6)
base64
(required): Base64-encoded image data
extract_image_from_base64
Processes a base64-encoded image for LLM analysis.
extract_image_from_file
Extracts an image from a local file and converts it to base64.
file_path
(required): Path to the local image file
mime_type
(optional, default: "image/png"): MIME type of the image
url
(required): URL of the image to extract