Back to the catalog

sh.objekt/mcp-upload

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

Open source Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
Files & documents
Publisher
sh.objekt
Origin
official
Category
ferramentas
Transport
local
Version
0.1.5
Last push
2026-04-03T21:10:44Z
Repository state
ativo
Language
JavaScript
Added
2026-08-29 04:01:54
Updated
2026-08-29 04:01:54
Origin id
sh.objekt/mcp-upload

README

# @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](https://objekt.sh/mcp), then add to your MCP config:

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

## Tools

| Tool | Description |
|------|-------------|
| `upload_file` | Upload by host path or inline content |
| `upload_from_sandbox` | Returns curl command for sandbox uploads |
| `get_file` | Get file metadata and permalink |
| `get_pricing` | Current storage tier pricing |

## Docs

[objekt.sh/mcp](https://objekt.sh/mcp) — setup, pricing, best practices.

More