Vibe Worldbuilding MCP

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.

Category
Visit Server

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

  1. Install the MCP CLI:

    pip install mcp
    
  2. Install required dependencies:

    pip install google-generativeai
    
  3. 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:

  1. start-worldbuilding - Begin a new world project
  2. continue-worldbuilding - Resume work on an existing world
  3. world-foundation - Develop the core concepts of your world
  4. taxonomy - Create classification systems for world elements
  5. world-entry - Create detailed entries for specific elements
  6. consistency-review - Check for logical consistency
  7. entry-revision - Revise and improve existing entries
  8. 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:

  1. Read the content of your markdown file
  2. Extract the title and description
  3. Generate an appropriate image using Google's Imagen API
  4. 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

  1. Start with the start-worldbuilding prompt to begin
  2. For each new session, begin with continue-worldbuilding
  3. Develop your world in this order:
    • World foundation (core concept and overview)
    • Taxonomies (classification systems)
    • Specific entries (detailed articles)
  4. Let your world grow organically by developing elements that interest you
  5. 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured