Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Image To Base64

FreeNot checked

Converts local images or remote image URLs to Base64 format via the MCP protocol, enabling AI assistants to process images.

GitHubEmbed

About

Converts local images or remote image URLs to Base64 format via the MCP protocol, enabling AI assistants to process images.

README

A Model Context Protocol (MCP) based image to Base64 server designed for Cursor to actually "see" and process images.

🌟 Features

  • 🖼️ Image to Base64: Convert local images or remote image URLs to Base64 format
  • 🌐 Remote URL Support: Automatically download and process web images
  • 📋 Multi-format Support: Support PNG, JPEG, GIF, WebP, SVG and other image formats
  • High Performance: Use Sharp library for efficient image processing and optimization
  • 🔗 MCP Protocol: Standardized AI tool interface for seamless integration with AI assistants
  • 🎯 Auto Optimization: Intelligently convert to JPEG format to reduce file size
  • 📦 NPX Support: Support running directly through npx without installation

📦 Installation and Usage

Using with Cursor

Add to your Cursor MCP configuration file:

{
  "mcpServers": {
    "image-to-base64": {
      "command": "npx",
      "args": ["@code-tinker/mcp-image-to-base64"]
    }
  }
}

use case

image

from github.com/code-tinker/image2base64-mcp

Install Image To Base64 in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install image-to-base64

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add image-to-base64 -- npx -y github:code-tinker/image2base64-mcp

FAQ

Is Image To Base64 MCP free?

Yes, Image To Base64 MCP is free — one-click install via Unyly at no cost.

Does Image To Base64 need an API key?

No, Image To Base64 runs without API keys or environment variables.

Is Image To Base64 hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Image To Base64 in Claude Desktop, Claude Code or Cursor?

Open Image To Base64 on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Image To Base64 with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs