🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@objekt.sh/mcp-upload

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@objekt.sh/mcp-upload

MCP server for uploading files to objekt.sh from Claude Desktop, Cursor, and other MCP clients.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

@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.

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts