Odel
mcp

mcp

Local
@img-src-ioJavaScriptMITUpdated 2mo ago

MCP server for img-src.io Image CDN - upload, transform, and deliver images through AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@img-src/mcp-serverv0.2.5

Run

npx -y @img-src/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@img-src/mcp-server"
      ]
    }
  }
}