PicGoMCP

PicGoMCP

3

PicGo Uploader MCP Server is designed to enable interaction with the PicGo application for image uploading via the Model Context Protocol. It facilitates the process of uploading local images by connecting to a running PicGo server.

PicGo Uploader MCP Server

  • This server exposes PicGo's image uploading capabilities as an MCP tool.
  • Connects to the PicGo application's server, usually on http://127.0.0.1:36677, to upload images.
  • Prerequisites:
    • Node.js (v18 or later)
    • PicGo desktop application (running with server enabled)
    • NPM or Yarn
  • Installation: Use npm or Yarn to globally install the picgo-uploader package.
  • Running the Server: Execute picgo-uploader in the terminal to start the server and listen for MCP connections.
  • Usage: The tool upload_image_via_picgo uploads images using the PicGo server.
  • Troubleshooting: Common issues include connection errors to the PicGo server and invalid image paths.