assets-store-mcp
Allows uploading, listing, inspecting metadata, deleting, and copying assets in Vercel Blob storage.
Click on "Install 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., "@assets-store-mcpupload my latest blog screenshot"
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.
assets-store-mcp
MCP server for managing personal assets (images for blog posts, articles, etc.) in Vercel Blob storage.
Tools
Tool | Description |
| Upload a local file to your personal assets store, returns public URL |
| List files with optional prefix filter and pagination |
| Get metadata of an asset (size, content type, upload time) |
| Delete one or more assets by URL |
| Copy an asset to a new path |
Related MCP server: S3-Compatible 3D Storage MCP Server
Setup
1. Get your Blob token
Go to your Vercel dashboard → Storage → your Blob store → .env.local tab, and copy the BLOB_READ_WRITE_TOKEN.
2. Configure in Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"assets-store": {
"command": "npx",
"args": ["-y", "assets-store-mcp"],
"env": {
"BLOB_READ_WRITE_TOKEN": "your_token_here"
}
}
}
}Development
npm install
npm run dev # Run with tsx (no build needed)
npm run build # Compile TypeScriptPublishing
Tag a release to trigger automatic npm publish via GitHub Actions (OIDC, no token secret needed):
npm version patch # or minor / major
git push --follow-tagsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA lightweight MCP server for image processing and cloud uploads that automates resizing, converting, optimizing, and uploading images to services like AWS S3, Cloudflare R2, and Google Cloud Storage.Last updated5018MIT
- Flicense-qualityDmaintenanceAn MCP server for managing and publishing 3D files using S3-compatible storage providers like Cloudflare R2 and AWS S3. It enables users to upload models, generate interactive 3D viewers, and manage temporary access via presigned URLs.Last updated
- Alicense-qualityDmaintenanceAn MCP server that enables users to upload local files to S3-compatible storage and retrieve shareable public URLs. Files are automatically organized into unique UUID-based folders to prevent naming conflicts while preserving original filenames.Last updated21MIT
- Alicense-qualityCmaintenanceMCP server for UploadThing that lets AI assistants upload, list, and delete files on UploadThing's CDN via natural language. Runs as a Cloudflare Worker for always-on serverless access.Last updated12MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/strzhao/vercel-blob-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server