Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"r2-sharebox": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"R2_PREFIX": "from-ai",
"R2_ACCOUNT_ID": "",
"R2_BUCKET_NAME": "",
"R2_ACCESS_KEY_ID": "<your-r2-access-key-id>",
"R2_SECRET_ACCESS_KEY": "<your-r2-secret-access-key>"
}
}
}
}Replace placeholder values for: R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
R2_PREFIX=from-aiR2_ACCOUNT_ID=R2_BUCKET_NAME=R2_ACCESS_KEY_ID=R2_SECRET_ACCESS_KEY=Sensitive values you must provide — never committed to source control
npx claudepluginhub dwiblr/r2-sharebox --plugin r2-sharebox