objekt.sh
Public file storage for AI agents.
Works with Claude Desktop, Cursor, ChatGPT, or any MCP client. Get a permalink back instantly.
Pricing
| Plan | Cost | Includes |
|---|---|---|
| Free | $0 | 25MB, purged after 24h |
| Starter | $4 | 1GB, 30-day CDN cache |
| Pro | $8 | Unlimited fair use, 90-day CDN cache |
| Custom | DM @1a35e1 | Custom 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
| Tool | Description |
|---|---|
upload_file | Upload images, PDFs, SVGs, GIFs (max 5MB) |
get_file | Download a previously uploaded file |
get_pricing | Current 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.