Odel
objekt mcp upload

objekt mcp upload

Local
@0xlighthouseJavaScriptUpdated 5mo ago

Public file storage for AI agents. Upload files and get a permalink back.

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@objekt.sh/mcp-uploadv0.1.5

Run

npx -y @objekt.sh/mcp-upload

MCP client config

{
  "mcpServers": {
    "objekt-mcp-upload": {
      "command": "npx",
      "args": [
        "-y",
        "@objekt.sh/mcp-upload"
      ]
    }
  }
}