Yourimageshare is a Model Context Protocol (MCP) server: MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents. Because it speaks the Model Context Protocol, AI assistants can use Yourimageshare as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package yourimageshare-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need YIS_API_KEY. The current release is v1.0.6, published under the MIT license, with source at MediaShareORG/yourimageshare on GitHub.
On mcp.site, Yourimageshare sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Yourimageshare for MediaShareORG, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — yourimageshare-mcp · MCP over stdio
▸Credentials — Requires YIS_API_KEY
▸Open source — MIT license · MediaShareORG/yourimageshare