PicGo Uploader MCP Server
@veithly
关于 PicGo Uploader MCP Server
An MCP (Model Context Protocol) server that allows interaction with a running PicGo application to upload images.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"picgo-ipfs-uploader": {
"command": "npx",
"args": [
"picgo-uploader"
],
"disabled": false,
"alwaysAllow": [
"upload_image_via_picgo"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mlops
visengerA curated list of references for MLOps
评论