Picsha AI Server
БесплатноНе проверенMCP server for Picsha AI platform enabling LLMs to search, upload, and manage digital assets through natural language, with secure local proxy and multi-tenant
Описание
MCP server for Picsha AI platform enabling LLMs to search, upload, and manage digital assets through natural language, with secure local proxy and multi-tenant sandbox support.
README
The official Model Context Protocol (MCP) proxy server for the Picsha AI platform.
This package provides a secure, local stdio proxy that connects your LLM and AI agents (like Claude Desktop or OpenClaw) directly to your Picsha AI environment. By running locally, the server is natively enabled to securely read local files and utilize Picsha's direct-to-S3 upload pipelines.
Installation & Configuration
You do not need to install this package permanently. You can run it dynamically via npx.
Claude Desktop / OpenClaw
Add the following to your claude_desktop_config.json or openclaw.json:
{
"mcpServers": {
"picsha-ai": {
"command": "npx",
"args": [
"-y",
"@picsha-ai/mcp-server@latest"
],
"env": {
"PICSHA_API_TOKEN": "<YOUR_API_TOKEN_HERE>"
}
}
}
}
Security & Multi-Tenancy
You can generate a PICSHA_API_TOKEN via your Picsha Admin Dashboard. By default, this token grants the AI agent administrative access across your entire organization's library.
Sandbox Mode (User Isolation): If you are embedding this MCP server for end-user Slack bots or customer facing SaaS products, you can dynamically restrict the agent's context to a specific user by injecting their User ID as an environment variable:
"env": {
"PICSHA_API_TOKEN": "<YOUR_API_TOKEN>",
"PICSHA_EXTERNAL_USER_ID": "user_123"
}
Available Tools
This MCP server provides the following capabilities to your LLM:
search_assets: Perform exact or hybrid semantic vector searches across your media.get_asset: Retrieve deep metadata profiles for resources.upload_asset: Automatically infers MIME types and effortlessly uploads local files into Picsha's asynchronous AI ingest pipeline.generate_render_url: Provides on-the-fly image transformations and AI generative fill parameters.trigger_url_ingest: Ingest public web media directly into the DAM.moderate_asset,link_assets,create_dam_group,update_asset,delete_asset...and more!
Troubleshooting
Claude Desktop Hangs or Fails to Connect
If you are using macOS and Claude Desktop gets stuck connecting to the MCP (or the tools never show up), it is likely due to npx dropping standard input/output streams. To fix this:
- Install the server globally instead of using
npx:npm install -g @picsha-ai/mcp-server - Update your
claude_desktop_config.jsonto point directly to the installed binary:{ "mcpServers": { "picsha-ai": { "command": "picsha-ai-mcp", "args": [], "env": { "PICSHA_API_TOKEN": "<YOUR_API_TOKEN_HERE>" } } } } - Restart Claude Desktop.
Установить Picsha AI Server в Claude Desktop, Claude Code, Cursor
unyly install picsha-ai-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add picsha-ai-mcp-server -- npx -y @picsha-ai/mcp-serverFAQ
Picsha AI Server MCP бесплатный?
Да, Picsha AI Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Picsha AI Server?
Нет, Picsha AI Server работает без API-ключей и переменных окружения.
Picsha AI Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Picsha AI Server в Claude Desktop, Claude Code или Cursor?
Открой Picsha AI Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Picsha AI Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
