Assets Store
БесплатноНе проверенMCP server for managing personal assets (images, files) in Vercel Blob storage, enabling upload, list, metadata, delete, and copy operations.
Описание
MCP server for managing personal assets (images, files) in Vercel Blob storage, enabling upload, list, metadata, delete, and copy operations.
README
MCP server for managing personal assets (images for blog posts, articles, etc.) in Vercel Blob storage.
Tools
| Tool | Description |
|---|---|
assets_upload |
Upload a local file to your personal assets store, returns public URL |
assets_list |
List files with optional prefix filter and pagination |
assets_head |
Get metadata of an asset (size, content type, upload time) |
assets_delete |
Delete one or more assets by URL |
assets_copy |
Copy an asset to a new path |
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 TypeScript
Publishing
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-tags
Установить Assets Store в Claude Desktop, Claude Code, Cursor
unyly install assets-store-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add assets-store-mcp -- npx -y assets-store-mcpFAQ
Assets Store MCP бесплатный?
Да, Assets Store MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Assets Store?
Нет, Assets Store работает без API-ключей и переменных окружения.
Assets Store — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Assets Store в Claude Desktop, Claude Code или Cursor?
Открой Assets Store на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Assets Store with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
