objekt.sh

Public file storage for AI agents.

Works with Claude Desktop, Cursor, ChatGPT, or any MCP client. Get a permalink back instantly.

Pricing

PlanCostIncludes
Free$025MB, purged after 24h
Starter$41GB, 30-day CDN cache
Pro$8Unlimited fair use, 90-day CDN cache
CustomDM @1a35e1Custom limits & retention

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "objekt": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.objekt.sh/mcp",
        "--header", "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Cursor

Same config in Cursor's MCP settings:

{
  "mcpServers": {
    "objekt": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.objekt.sh/mcp",
        "--header", "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

Tools

ToolDescription
upload_fileUpload images, PDFs, SVGs, GIFs (max 5MB)
get_fileDownload a previously uploaded file
get_pricingCurrent storage tier pricing

Try it

"Upload this screenshot to objekt.sh"
"Save this diagram as an SVG and upload it"
"Check if logo.png already exists on objekt"

Need encrypted or decentralised storage (Arweave, IPFS)? Use the CLI.

Home · Terms