creative-storyteller
Click on "Deploy 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., "@creative-storytellerWrite a 500-word sci-fi story about a robot learning empathy, hopeful tone."
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.
Creative Storyteller MCP Server for LM Studio
A Model Context Protocol (MCP) server that connects to a local LLM running in LM Studio (http://localhost:1234/v1) and instructs it to write highly creative, imaginative stories.
Features
Connects directly to local models hosted in LM Studio.
High creativity parameters (
temperature: 0.85, custom author system prompts).Supports customizable genres, tones, and word counts.
Easy integration with VS Code, Claude Desktop, Antigravity, and Cursor.
Related MCP server: lmstudio-agent-mcp
Setup Instructions
1. Start LM Studio
Open LM Studio.
Download your preferred model (e.g.
Mistral-7B,Llama-3-8B).Click the Developer/Local Server icon on the left navigation panel.
Load your model and click Start Server (
http://localhost:1234/v1).
2. Install & Run MCP Server
# Clone the repository
git clone https://github.com/YOUR-USERNAME/creative-story-mcp.git
cd creative-story-mcp
# Create & activate a virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
# Test with MCP Inspector
npx @modelcontextprotocol/inspector python server.pyAdding to VS Code / Claude Desktop Configuration
Add the following block to your mcp.json settings:
{
"mcpServers": {
"creative-storyteller": {
"command": "python",
"args": [
"/path/to/creative-story-mcp/server.py"
]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
AI story generator — create illustrated storybooks, AI songs, and short AI video films
AI story generator — create illustrated storybooks, AI songs, and short AI video films
Generate full stories, chapters, characters & cover art from a premise (planner-writer pipeline).
Short, finished fiction to discover by mood, genre or reading time inside ChatGPT.
Related MCP Servers
- AlicenseBqualityDmaintenanceGenerates children's storybook illustrations in multiple art styles (3D cartoon, watercolor, pixel art, hand drawn, claymation) with matching stories using Google's Gemini AI.15 npm6MIT
- AlicenseAqualityBmaintenanceProvides local agent capabilities for LM Studio including file I/O, terminal execution, and web search.11MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that connects an LLM client to a local LM Studio instance to generate and save creative writing stories as text files.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that turns local LM Studio models into imaginative storytellers, automatically generating and saving creative stories as text files.MIT