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: Extract-Image

๐Ÿ“ฆ 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.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • Encoding MCP โ€” Base64 / Base64URL / Base32 / Hex.

  • Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

View all MCP Connectors

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