story-studio-cloud
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., "@story-studio-cloudShow me the outline for my current novel."
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.
Story Studio Cloud
Story Studio Cloud is a free, open-source workspace for planning, managing, writing, and sharing long-form fiction with AI assistance. It keeps the story structure and manuscript organized while leaving the choice of AI model—and the related cost—with each author.
Live site: story-studio-cloud.xiangyucao.chatgpt.site
Prefer a local app?
The original Story Studio desktop edition is also free and open source. It runs on your own computer, stores projects locally with SQLite, and can connect to local language models as well as external AI tools.
Choose the desktop edition when local-first storage, offline work, or a local model is important. Choose Story Studio Cloud when you want account-based private drafts, browser access, public reading pages, and remote MCP access for your own Codex.
Related MCP server: story-mcp
What authors can manage
A work's premise, genre, writing language, style guide, and reference excerpt
Volumes, chapters, outlines, target lengths, manuscript text, and revisions
Characters, relationships, worldbuilding, hard settings, timelines, and logic chains
Complete prompts for external models and remote MCP tools for the author's own Codex
Private drafts, public work pages, and chapter-level publishing controls
Full JSON backup import and export
Interface languages
The interface defaults to English for a new visitor. The language selector supports:
English
Simplified Chinese and Traditional Chinese
Spanish, German, and French
Japanese, Portuguese, and Korean
The interface language is separate from each work's writing language. Changing the interface does not change the language used for AI writing instructions.
Product boundaries
Story Studio Cloud is a story-architecture and manuscript-management tool, not a model provider:
The site does not hold a shared OpenAI, Gemini, or other model API key.
External-model mode assembles a prompt in the browser. The author decides where to paste it.
MCP uses the author's own Codex account and allowance. The server only reads authorized story context and saves private drafts.
Works are private by default. A work and its individual chapters must both be explicitly published before readers can see them.
MCP cannot delete works or publish chapters, and access tokens can be revoked at any time.
See /about on the live site for the full disclaimer.
Core workflow
1. Sign in and create a work
Authors sign in with ChatGPT and enter the private studio. Creating a work only requires a title, genre, writing language, and one-sentence premise. Story Studio prepares the first volume and chapter without calling an AI model.
A complete backup exported by the local Story Studio app can also be imported. Every import creates a new private copy and does not overwrite an existing work.
2. Outline before drafting
The manuscript tree groups chapters under collapsible volumes. Each chapter stores:
Title and chapter outline
Target length
Manuscript text
Revision number
Publishing status
Saving an edited chapter increments its revision. MCP writes use optimistic revision checks so a remote edit cannot silently overwrite a newer browser edit.
3. Write with any external AI
Click Build AI prompt from outline in the chapter editor. Story Studio composes:
Genre, premise, style guide, and reference excerpt
Current volume synopsis, chapter title, outline, and target length
Characters, goals, personalities, and relationships
Worldbuilding and hard settings
Timeline events and logic chains
The core writing instructions follow the work's writing language. Copy the prompt to ChatGPT, Gemini, a local model, or another long-context tool, then paste the resulting prose back into the manuscript.
The site does not send the prompt in the background and does not consume model credits on behalf of the user.
Portable story-memory JSON
The story-memory manager can export and import one portable JSON document containing:
charactersrelationshipsworldtimelinelogicChains
Relationships refer to character names through source and target, not internal database IDs, so the file can be given directly to ChatGPT, Gemini, or a local model. An imported document may contain all five arrays or only selected categories. Every included category is treated as a complete replacement; omitted categories remain unchanged.
Before applying an import, the studio validates references and duplicates and shows counts and item-level labels for additions, updates, unchanged records, and deletions. Applying the same exported file twice produces no changes on the second import. The replacement runs as one D1 batch, and the studio rejects an apply request if the work changed after its preview.
4. Connect your own Codex with MCP
Create an access token on the Connections page. The remote MCP endpoint is:
https://your-domain.example/api/mcpIt uses Bearer-token authentication and currently exposes:
story_list_worksstory_create_workstory_update_workstory_list_outlinestory_manage_outlinestory_get_contextstory_manage_contextstory_get_chapterstory_save_chapter
story_save_chapter requires the most recently read expectedRevision. A version mismatch is rejected. The plaintext token is displayed once; only its SHA-256 hash is stored.
story_create_work creates only a private work with its first volume and chapter. story_update_work can maintain the work foundation and reference excerpt. story_manage_outline can add, edit, move, and delete volumes or chapters; chapter edits use revision checks, and destructive deletions require both an explicit confirmation and the exact current title. story_manage_context provides create, update, and delete operations for characters, relationships, worldbuilding, timeline events, and logic chains.
MCP still cannot publish a work or chapter, delete an entire work, or make a private draft public. Those actions stay in the signed-in web studio.
5. Share a finished story
Enable Publish work page in the work settings, then explicitly publish the chapters readers should see. Public readers do not need to sign in, and unpublished chapters remain private.
The community library intentionally has no payments, model billing, private messaging, or comments in the current release.
Local development
Requires Node.js 22.13 or later.
npm ci
npm run db:generate
npm run devThen open http://localhost:3000.
The .openai/hosting.json file declares:
D1 binding
DBfor works, chapters, context, and token metadataR2 binding
ASSETS_BUCKETfor future cover and illustration files
The public pages can be previewed locally. The private /studio routes require the Sign in with ChatGPT identity headers supplied by the deployed Sites environment.
Validation
npm run lint
npm testThe test command runs a production build and checks the model-service boundary, English default interface, private-by-default data model, token hashing, ownership isolation, and MCP revision protection.
Data model
The Drizzle schema in db/schema.ts contains:
worksvolumeschapterscharacterscharacter_relationshipsworld_entriestimeline_eventslogic_linksapi_tokens
Database migrations live in drizzle/.
Community, support, and contributions
Ask questions, discuss ideas, and share your work in GitHub Discussions.
Report reproducible bugs or request a clearly scoped feature with the GitHub Issue forms.
Report security vulnerabilities privately through GitHub Security Advisories.
Read SUPPORT.md before posting private story text or credentials.
Pull requests are welcome. This is a spare-time open-source project, so response times and implementation dates cannot be guaranteed.
License
MIT. See LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/xiangyucao/story-studio-cloud'
If you have feedback or need assistance with the MCP directory API, please join our Discord server