postward-media-mcp
OfficialEnables using Cloudflare R2 S3-compatible storage as a media registry backend, providing upload, download, tagging, and collection management tools.
Enables using MinIO S3-compatible storage as a media registry backend, providing upload, download, tagging, and collection management tools.
Enables using Wasabi S3-compatible storage as a media registry backend, providing upload, download, tagging, and collection management tools.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@postward-media-mcpupload the file promo.mp4 to the 'campaign' collection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
postward-media-mcp
Standalone media registry MCP over any S3-compatible bucket (Wasabi, AWS S3, Cloudflare R2, MinIO…). Give your AI agent upload, download, tagging and collections — with or without PostWard.
The agent thinks. PostWard orchestrates and publishes. Media lives where you want it.
Direct mode (no PostWard account)
// MCP client config
{
"mcpServers": {
"media": {
"command": "npx",
"args": ["-y", "postward-media-mcp"],
"env": {
"MEDIA_MCP_MODE": "direct",
"S3_ENDPOINT": "https://s3.us-east-1.wasabisys.com",
"S3_BUCKET": "my-bucket",
"S3_REGION": "us-east-1",
"S3_ACCESS_KEY": "...",
"S3_SECRET_KEY": "..."
}
}
}
}Metadata (names, tags, collections) lives portably in the bucket under
.media-mcp/index.json. Large bodies never cross the MCP payload: tools
return presigned PUT/GET URLs with short expiry.
Related MCP server: MinIO MCP Server
Gateway mode (PostWard)
The same media.* tool surface is also available through the
PostWard MCP when connected — assets
gain campaign linking, approval state and publication history.
Tools
media_capabilities · media_list · media_search · media_create_upload ·
media_create_download_url · media_delete · media_tag · media_untag ·
media_create_collection · media_add_to_collection · media_remove_from_collection
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
AI-native digital asset management: semantic search, generative image edits, and CDN delivery.
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to manage MinIO object storage through comprehensive bucket operations, file uploads/downloads, batch processing, permissions management, and URL generation. Supports both automatic and manual connection modes with flexible authentication options.1915 npm2MIT
- AlicenseNot gradedqualityDmaintenanceIt Integration for MinIO / S3-compatible object storage, providing AI assistants with direct access to bucket management, object CRUD, presigned URLs, policies, lifecycle rules, and storage analytics.1MIT
- FlicenseNot gradedqualityCmaintenanceEnables LLM agents to interact with MinIO/S3 object storage, supporting bucket and object operations like listing, reading, writing, and generating presigned URLs.1-
- AlicenseNot gradedqualityAmaintenanceEnables agents to interact with any S3-compatible storage (AWS S3, LocalStack, MinIO) via MCP, providing tools like list, read, write, delete objects and buckets.MIT