Socket
Book a DemoInstallSign in
Socket

mcp-image-to-base64

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-image-to-base64

MCP Server for image to base64 conversion - 图片转Base64的MCP服务器

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

📦 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

Keywords

mcp

FAQs

Package last updated on 10 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts