rovee-publisher-mcp
OfficialPublishes content (blog posts, POIs, events, businesses, guides) and uploads media to Supabase Storage, returning public CDN URLs.
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., "@rovee-publisher-mcpUpload C:\Fotos\evento.jpg and create an event for the Alicante Food Festival."
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.
Rovee Publisher MCP Server (rovee-publisher-mcp)
Servidor MCP (Model Context Protocol) local para Rovee que permite conectar cualquier cliente de IA (Claude Desktop, Antigravity, Cursor, Windsurf) para publicar contenido completo y subir archivos multimedia a Supabase.
🚀 Características
Subida de Archivos Multimedia (
upload_media):Soporta rutas locales en tu ordenador (
C:\Fotos\evento.jpgod:\imagenes\poi.png), strings Base64 y URLs remotas.Sube automáticamente al bucket
assetsde Supabase Storage en subcarpetas organizadas (blog/,pois/,eventos/,guias/,negocios/,general/).Devuelve la URL pública CDN lista para insertar en cualquier publicación.
Artículos de Blog (
publish_blog_post,list_blog_posts,get_blog_post):Publicación bilingüe simultánea (ES / EN).
Generación de slugs, vinculación de taxonomías (categorías y tags) y metadatos SEO.
Puntos de Interés / POIs (
publish_poi,list_pois):Creación y actualización de POIs turísticos con coordenadas GPS, dirección, imagen principal y galería.
Eventos (
publish_event,list_events):Gestión de eventos con fechas de inicio/fin, localización, precios, cartel y venta de entradas.
Negocios (
publish_business,list_businesses):Registro de comercios locales con datos de contacto, horarios, categoría e imágenes.
Guías Turísticas (
publish_guide,list_guides):Creación de guías temáticas enlazando múltiples POIs, eventos y negocios recomendados.
Related MCP server: digihub-mcp
🛠️ Instalación y Compilación
Entra al directorio del MCP:
cd d:\Proyectos\Personal\Rovee\rovee-publisher-mcpInstala las dependencias:
npm installCompila el código TypeScript:
npm run build
⚙️ Configuración en tu Cliente de IA (Claude Desktop, Cursor, Antigravity, etc.)
Opción A: Ejecución directa desde GitHub con npx (Recomendada para compañeros)
No requiere clonar ni compilar nada en el ordenador local. La IA descargará y ejecutará la última versión automáticamente:
{
"mcpServers": {
"rovee-publisher": {
"command": "npx",
"args": [
"-y",
"github:Roveeapp/rovee-publisher-mcp"
],
"env": {
"SUPABASE_URL": "https://eizctiuhkyiwhbuufcco.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "TU_SERVICE_ROLE_KEY_AQUI"
}
}
}
}Opción B: Ejecución Local
Si has clonado el repositorio localmente:
{
"mcpServers": {
"rovee-publisher": {
"command": "node",
"args": [
"d:/Proyectos/Personal/Rovee/rovee-publisher-mcp/dist/index.js"
],
"env": {
"SUPABASE_URL": "https://eizctiuhkyiwhbuufcco.supabase.co",
"SUPABASE_SERVICE_ROLE_KEY": "TU_SERVICE_ROLE_KEY_AQUI"
}
}
}
}💡 Ejemplo de Uso con tu IA
Una vez configurado, puedes hablarle a tu IA de forma natural:
"Sube la imagen que tengo en
C:\Fotos\restaurante.jpgy luego crea un negocio para el Restaurante El Faro en Alicante con dirección Calle Mayor 12, teléfono 965123456 y asígnales esa foto."
La IA usará primero upload_media para subir la foto a Supabase y obtener la URL, y después ejecutará publish_business pasando todos los datos estructurados.
This 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-qualityDmaintenanceA production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.1MIT
- AlicenseBqualityBmaintenanceMCP server for the digihub.li content API, enabling Claude to read and write Stories, Solutions, and Sessions, and upload images for media.1710MIT
- Alicense-qualityCmaintenanceAI-powered MCP server for managing a Supabase Upload App, enabling blog posts, newsletters, subscribers, and more via natural language commands.MIT
- Alicense-qualityDmaintenanceMCP server for Supabase database and storage operations, enabling querying, inserting, updating, deleting rows, schema introspection, and file storage management.16MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
MCP server for InsForge BaaS — database, storage, edge functions, and deployments
Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.
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/Roveeapp/rovee-publisher-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server