PluginBench
MCP Server

stagenth · file-relay MCP Server

com.stagenth/file-relay

What is the stagenth · file-relay MCP server?

Cloud file system + web scraping for AI over MCP. Upload, folders, share links, scrape_url.

How to install stagenth · file-relay

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <API_KEY> - create an API Key at https://www.stagenth.com/settings?tab=tokens

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "file-relay": {
      "url": "https://stagenth.com/mcp/file-relay/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "file-relay": {
      "serverUrl": "https://stagenth.com/mcp/file-relay/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "file-relay": {
      "type": "http",
      "url": "https://stagenth.com/mcp/file-relay/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "file-relay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/file-relay/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http file-relay https://stagenth.com/mcp/file-relay/

Related MCP servers

Turn Excel/CSV into charts over MCP, return a download URL (bar/line/pie/scatter/radar).

Merge/split/compress/watermark/encrypt/decrypt PDF and convert images over MCP.