MCP Hub
Back to servers

mcp-upload

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

Registry
Updated
Apr 3, 2026

Quick Install

npx -y @objekt.sh/mcp-upload

@objekt.sh/mcp-upload

MCP server for uploading files to decentralised storage from Claude Desktop, Cursor, or any MCP client.

Setup

Get a free API key at objekt.sh/mcp, then add to your MCP config:

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

Tools

ToolDescription
upload_fileUpload by host path or inline content
upload_from_sandboxReturns curl command for sandbox uploads
get_fileGet file metadata and permalink
get_pricingCurrent storage tier pricing

Docs

objekt.sh/mcp — setup, pricing, best practices.

Reviews

No reviews yet

Sign in to write a review