mcpbeat Sign in

Storj MCP Server

local only

Storj MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for Storj buckets and objects via S3. Needs access keys.

Installs / week
npm · storj-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Storj MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add storj-mcp -- npx -y storj-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "storj-mcp": {
      "args": [
        "-y",
        "storj-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.storj-mcp]
command = "npx"
args = ["-y", "storj-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "storj-mcp": {
      "args": [
        "-y",
        "storj-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "storj-mcp": {
      "args": [
        "-y",
        "storj-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Storj MCP

same job, measured the same way
Wasabi MCP
by mrfentmen

MCP server for Wasabi buckets and objects via S3. Needs access keys.

local only
Backblaze B2 MCP Server
by backblaze-labs

Official Backblaze B2 MCP server for buckets, files, keys, Object Lock, and S3 storage.

92 installs/wk local only
MCP Server Filesystem
by bytedance

MCP server for filesystem access

333 installs/wk local only
Tigris MCP Server
by storage

Tigris MCP Server seamlessly connects AI agents to Tigris bucket and object management.

answering
MCP S3
by infoinlet-marketplace

Read-only S3/MinIO/R2 object storage for AI agents — list buckets/objects, metadata, fetch.

21 installs/wk local only
HybridS3
by psyb0t

Self-hosted S3-compatible object storage server with an MCP interface for AI agents.

local only
Gcs
by pulsemcp

MCP server for Google Cloud Storage with fine-grained tool access control.

33 installs/wk local only
Nanobanana 2 Polzaia MCP Server
by ivanantigravity-lgtm

Nano Banana MCP server backed by Polza media and storage APIs.

123 installs/wk local only

Storj MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Storj MCP?
Storj MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package storj-mcp.
How do I connect Storj MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls storj-mcp straight from npm; nothing to host, nothing to sign up for.
Is Storj MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.