content-studio
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., "@content-studioRead my ideas and turn the first one into a community post."
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.
content-studio (nom provisoire)
Studio de contenu open source (AGPL-3.0). Une idée entre, elle ressort déclinée par canal, persona et direction artistique — écrite par TON agent IA (Claude Code ou autre) connecté en MCP. L'outil n'appelle jamais de modèle : ton abonnement IA travaille, l'outil orchestre.
Self-host
git clone <repo> && cd content-studio
BETTER_AUTH_SECRET=$(openssl rand -hex 32) docker compose up -d --build
# http://localhost:3003 → créer un compte (workspace + 3 canaux créés automatiquement)Related MCP server: Agentic CMS
Dev
docker compose up -d postgres
cp .env.example .env.local # éditer BETTER_AUTH_SECRET
npm i && npm run db:migrate && npm run devBrancher ton agent (MCP)
UI → Tokens MCP → Créer (le token n'est montré qu'une fois)
claude mcp add --transport http content-studio http://localhost:3003/api/mcp --header "Authorization: Bearer cs_…"Dans ta session : « lis mes idées et décline la première en post communauté »
Outils exposés : list_ideas, get_idea, list_channels, list_personas, get_art_direction, create_content_draft, get_content, update_content, register_asset (v1.1).
Pendant que tu édites dans l'UI, une écriture de l'agent devient une « proposition » avec diff à accepter — jamais d'écrasement silencieux.
Tests
npm run test # vitest single-run, db content_studio_testLimites connues (v1)
Le Dockerfile self-host copie
.next+node_modulesen entier (pas deoutput: "standalone"dansnext.config.ts) : image plus grosse que nécessaire, assumé pour rester simple en v1.
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
- Flicense-qualityCmaintenanceMCP server for generating and managing YouTube video scripts with human-in-the-loop approval.Last updated
- Alicense-qualityBmaintenanceOpen-source MCP server that turns any CMS backend into an AI-agent-ready content management system. It provides tools for content CRUD, idea management, and publication tracking, with safety features requiring human approval for publishing.Last updatedMIT
- Flicense-qualityAmaintenanceMCP server for AI content generation, enabling agents to learn a voice, generate content ideas, write scripts, and produce multi-platform content deterministically.Last updated
- Alicense-qualityBmaintenanceA content studio MCP server for coding agents that generates media, renders videos and carousels deterministically, and publishes with a draft-first outbox.Last updated284MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for generating rough-draft project plans from natural-language prompts.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
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/MattiooFR/content-studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server