creative-storyteller
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., "@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: LM Studio MCP Bridge
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 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 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
- AlicenseBqualityCmaintenanceGenerates children's storybook illustrations in multiple art styles (3D cartoon, watercolor, pixel art, hand drawn, claymation) with matching stories using Google's Gemini AI.1236MIT
- FlicenseCqualityDmaintenanceEnables MCP clients to interact with local LLMs via LM Studio, supporting dynamic chat, vision, RAG, file interaction, and model orchestration.28
- AlicenseAqualityBmaintenanceProvides local agent capabilities for LM Studio including file I/O, terminal execution, and web search.11MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to delegate mechanical tasks (summaries, boilerplate, reformatting) to local models running in LM Studio.1MIT
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/saikamma227/creative-story-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server