Loading MCP server directory, please wait...
MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.
npx @getmcp/cli add io.github.MediaShareORG/yourimageshareRequires Node.js 18+. Community-contributed server. Review source before installing.
YIS_API_KEYYour YourImageShare API key. Get one at yourimageshare.com/my-account under the API tab.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.MediaShareORG/yourimageshare": {
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": ""
}
}
}
}