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: Gemini-Imagen4
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 Servers
- AlicenseAqualityDmaintenanceEnables conversational image generation and editing with Google's Gemini 2.5 Flash Image Preview. Supports text-to-image generation, natural language image editing, multi-image composition, and style transfer with optional file saving.4113MIT
- Flicense-qualityDmaintenanceGenerate high-quality images from text descriptions using Google's Imagen 4.0 models with multiple quality variants, flexible aspect ratios, and local file storage.3
- 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.186MIT
- FlicenseCqualityDmaintenanceEnables MCP clients to interact with local LLMs via LM Studio, supporting dynamic chat, vision, RAG, file interaction, and model orchestration.28
Related MCP Connectors
LLM chat, text summarization and AI image generation
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Operate your Sapiens Sintéticos AI studio: generate image, article, voice, music and video.
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