YourImageShare
Rank #13,148io.github.MediaShareORG/yourimageshare
MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents.
YourImageShare is a Model Context Protocol (MCP) server published by MediaShareORG. It ranks #13,148 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. YourImageShare is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 118,898 of 132,046 servers on MCP Toplist.
Use YourImageShare
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add yourimageshare -e "YIS_API_KEY=<your YIS_API_KEY>" -- npx -y yourimageshare-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yourimageshare]
command = "npx"
args = ["-y", "yourimageshare-mcp"]
[mcp_servers.yourimageshare.env]
YIS_API_KEY = "<your YIS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourimageshare": {
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": "<your YIS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourimageshare": {
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": "<your YIS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yourimageshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": "<your YIS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourimageshare": {
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": "<your YIS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourimageshare": {
"command": "npx",
"args": [
"-y",
"yourimageshare-mcp"
],
"env": {
"YIS_API_KEY": "<your YIS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MediaShareORG%2Fyourimageshare)<a href="https://mcptoplist.com/server/io.github.MediaShareORG%2Fyourimageshare"><img src="https://mcptoplist.com/badge/io.github.MediaShareORG%2Fyourimageshare.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
MediaShareORG
Available versions (3)
| Version | Published |
|---|---|
| 1.0.6 | Aug 16, 2026 |
| 1.0.5 | Aug 16, 2026 |
| 1.0.4 | Aug 16, 2026 |
Frequently asked questions
- Who maintains YourImageShare?
- YourImageShare is maintained by MediaShareORG, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is YourImageShare listed on the Official MCP Registry?
- Yes — YourImageShare is listed on the Official MCP Registry, alongside Glama.
- How many versions does YourImageShare have?
- MCP Toplist tracks 3 versions of YourImageShare, most recently published on Aug 16, 2026.
- Where can I find the source code for YourImageShare?
- The source code for YourImageShare is hosted at github.com/MediaShareORG/yourimageshare.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.