PicGo Uploader MCP Server
@veithly
About PicGo Uploader MCP Server
An MCP (Model Context Protocol) server that allows interaction with a running PicGo application to upload images.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"picgo-ipfs-uploader": {
"command": "npx",
"args": [
"picgo-uploader"
],
"disabled": false,
"alwaysAllow": [
"upload_image_via_picgo"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PicGo Uploader MCP Server?
An MCP server that connects to a running PicGo desktop application to upload images. It exposes PicGo’s image uploading capabilities as an MCP tool, allowing AI assistants to upload local image files via PicGo’s built-in server.
How to use PicGo Uploader MCP Server?
Install globally with npm install -g picgo-uploader or yarn global add picgo-uploader, then run the picgo-uploader command. The server listens on stdio and provides the upload_image_via_picgo tool, which accepts an array of absolute image paths.
Key features of PicGo Uploader MCP Server
- Uploads one or more images via PicGo’s built-in server.
- Requires PicGo desktop application running with server enabled.
- Default server address:
http://127.0.0.1:36677. - Outputs uploaded image URLs as a JSON string.
- Works on any OS supported by Node.js v18+.
- Simple CLI setup with global npm/yarn installation.
Use cases of PicGo Uploader MCP Server
- Upload screenshots taken during an AI assistant session.
- Automatically upload local images to a configured image hosting service.
- Integrate image uploading into MCP‑compatible AI workflows without manual file handling.
FAQ from PicGo Uploader MCP Server
What does this server do that PicGo alone doesn’t?
It provides a standardized MCP tool interface so AI assistants can invoke image uploads through PicGo, enabling automated, in‑context uploading without manual interaction.
What are the runtime requirements?
Node.js v18 or later, the PicGo desktop application installed and running, and the PicGo server enabled (default port 36677).
Where do uploaded images go?
The server does not store images; it relies on PicGo’s configured upload destination (e.g., cloud storage, image host). The URLs returned are provided by PicGo after a successful upload.
Are there any known limitations?
The server only supports absolute file paths accessible on the machine where it runs. It cannot handle relative paths or files from other devices.
How does authentication or transport work?
Transport is stdio. No authentication is required; the server assumes a local, trusted environment where the PicGo server is already accessible.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments