
Vibe Worldbuilding MCP
A Model Context Protocol for creating detailed fictional worlds with Claude, featuring structured worldbuilding prompts and automatic image generation via Google's Imagen API.
README
Vibe Worldbuilding MCP
A Model Context Protocol (MCP) for creating detailed fictional worlds with Claude, complete with automatic image generation.
Overview
This MCP helps you build rich, cohesive fictional worlds through a structured approach to worldbuilding. It uses Claude's capabilities to help you develop concepts, explore details, and maintain consistency. The MCP can also generate images to visually represent your world's elements.
Installation
-
Install the MCP CLI:
pip install mcp
-
Install required dependencies:
pip install google-generativeai
-
Install the Vibe Worldbuilding MCP with your Google AI API key:
cd /path/to/vibe-worldbuilding-mcp mcp install vibe_worldbuilding_server.py -v IMAGEN_API_KEY=your_api_key_here
The
-v
flag sets the environment variable needed for image generation. If you don't have a Google AI API key for Imagen, you can still use the MCP for worldbuilding, but the image generation feature won't work.Alternatively, you can test the MCP in development mode:
mcp dev vibe_worldbuilding_server.py -v IMAGEN_API_KEY=your_api_key_here
How to Use
The MCP provides several prompts to guide your worldbuilding process:
- start-worldbuilding - Begin a new world project
- continue-worldbuilding - Resume work on an existing world
- world-foundation - Develop the core concepts of your world
- taxonomy - Create classification systems for world elements
- world-entry - Create detailed entries for specific elements
- consistency-review - Check for logical consistency
- entry-revision - Revise and improve existing entries
- workflow - Get guidance on the overall process
Image Generation
The MCP can generate images for your world elements. After creating a markdown file for an entry, taxonomy, or other element, use the generate_image_from_markdown_file
tool:
Use the generate_image_from_markdown_file tool with path="/path/to/your/file.md"
The tool will:
- Read the content of your markdown file
- Extract the title and description
- Generate an appropriate image using Google's Imagen API
- Save the image in an "images" folder next to your markdown file
You can then upload the generated image to Claude to view it in your conversation.
Worldbuilding Workflow
- Start with the start-worldbuilding prompt to begin
- For each new session, begin with continue-worldbuilding
- Develop your world in this order:
- World foundation (core concept and overview)
- Taxonomies (classification systems)
- Specific entries (detailed articles)
- Let your world grow organically by developing elements that interest you
- Generate images for your world elements to bring them to life visually
Example Session
User: Let's create a new world.
[User selects the "start-worldbuilding" prompt from the MCP menu]
Claude: [Displays the worldbuilding prompt]
User: I'd like to create a world where sound has magical properties.
Claude: [Helps develop the concept and explores implications]
User: Let's save this as my world overview file.
Claude: [Saves the content to world-overview.md]
User: Now generate an image for this overview.
[User uses the generate_image_from_markdown_file tool]
Claude: [Generates an image and saves it to disk]
Requirements
- A Google AI API key for Imagen (set as the IMAGEN_API_KEY environment variable)
- Google Generative AI Python library (
google-generativeai
) - MCP CLI tool
Tips for Success
- Build your world incrementally, starting with core concepts
- Create clusters of related content
- Review for consistency regularly
- Focus on quality over quantity
- Let your world emerge organically
- Use generated images to inspire further worldbuilding
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.