mcpbeat Sign in
O

Fileshareforagents MCP Server

by fileshareforagents Your server? Claim it
local only

Fileshareforagents runs on your own machine — the client starts it, so there is no endpoint to ping.

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

Installs / week
npm · fileshareforagents-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Fileshareforagents 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 mcp -- npx -y fileshareforagents-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "fileshareforagents-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "fileshareforagents-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WALLET_KEY (Private key (0x + 64 hex) of a wallet holding USDC on the chosen network. Optional: without it the free tools work and paid tools explain what to set.), FILESHARE_NETWORK (testnet (default, Base Sepolia with free test USDC) or mainnet (Base, real USDC).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fileshareforagents

same job, measured the same way
Lazareus
by ajwentcrazy

S3 storage and Solana/Base/Ethereum health checks for AI agents, paid per call via x402.

8 tools answering
Casa
by tony8713

Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402.

3 tools answering
Agtrepo Memory
by agtrepo

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

6 tools answering
MCP Upload
by objekt

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

24 installs/wk local only
Run402
by run402

x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.

3 775 installs/wk 4 tools answering
2s Io
by 2s-io

575+ agent tools: data, AI gateway, storage/queues/watchers. x402 USDC, no keys, usage billing.

423 installs/wk local only
I
agent-exec
by sslip-128-221-67-45-agent-exec

Accountless pay-per-use sandbox execution, storage, locks, attestation and handoff; pay via x402.

2 tools answering
Orchard — Agentic Cloud Backend
by nicha404

Managed database, auth, file storage, email, analytics, and deployment for coding agents.

answering

Fileshareforagents — questions

Answers built from our own checks of this server.

Why is there no uptime for Fileshareforagents?
Fileshareforagents 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 fileshareforagents-mcp.
How do I connect Fileshareforagents?
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 fileshareforagents-mcp straight from npm; nothing to host, nothing to sign up for.