Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"upload": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/mantle-companion-upload.mjs"
],
"env": {
"MANTLE_MEDIA_TOOLS_TARBALL_URL": "https://github.com/aotter/mantle-starters/releases/download/v0.0.11-alpha.20/aotter-mantle-media-tools.tgz"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
MANTLE_MEDIA_TOOLS_TARBALL_URL=https://github.com/aotter/mantle-starters/releases/download/v0.0.11-alpha.20/aotter-mantle-media-tools.tgzDeclared capabilities of this MCP server
npx claudepluginhub aotter/mantle-starters --plugin mantle-companion-upload