Skip to content

mgcmshr/image-processing-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-processing-mcp

MVP MCP server for image conversion tasks.

Tools

  • base64_to_image (base64 -> file)
  • base64_to_svg (base64 -> .svg file)
  • image_to_base64 (file -> base64)
  • convert_image (png/jpg/webp)
  • svg_to_png (svg -> png)
  • svg_optimize (SVGO)

Structure

  • src/core/*: shared config, file store, base64 codec
  • src/tools/*: image/svg services + tool controller
  • src/index.mjs: MCP server wiring only

Run

npm install
npm run test:local
npm start

About

MVP MCP server for base64/image conversion and SVG processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors