Back to Apps

deco Admin MCP
Supports UIby decocms
Manage deco.cx sites with interactive UIs for assets, environments, and AI sandbox tasks.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Provides an interactive administrative interface for managing deco.cx sites. It transforms complex site management tasks into visual MCP Apps, allowing you to browse media libraries and manage deployments directly from your AI host.
Key features
- Visual Asset Management: Interactive gallery for browsing, searching, and uploading media files.
- Environment Control: Provision and manage site environments with live preview URL generation.
- AI Sandbox Orchestration: Spin up and monitor autonomous Claude Code agent tasks with a live terminal view.
- Seamless Integration: Built-in support for interactive UIs via the MCP Apps SDK.
Installation
- Claude Desktop: Add to
claude_desktop_config.jsonas an SSE server:
{
"mcpServers": {
"deco-admin": {
"type": "sse",
"url": "http://localhost:3001/api/mcp",
"config": {
"DECO_ADMIN_API_KEY": "your-api-key",
"SITE_NAME": "your-site-name"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Choose your AI client and follow the steps below.
Cursor
Add to .mcp.json as an SSE server pointing to http://localhost:3001/api/mcpClaude Desktop
{
"mcpServers": {
"deco-admin": {
"type": "sse",
"url": "http://localhost:3001/api/mcp",
"config": {
"DECO_ADMIN_API_KEY": "your-api-key",
"SITE_NAME": "your-site-name"
}
}
}
}





