Skip to main content
Glama

MCP Tools - Image to Base64 Server

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

Related MCP server: MCP Vision Relay

📦 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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-tinker/image2base64-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server