Vibe Worldbuilding

by jasnonaz

7 stars
Not rated
GitHub

About

Guides users through systematic worldbuilding with structured prompts and Google Imagen integration for generating visual representations of fictional universe elements

Details

Author
jasnonaz
Repository
jasnonaz/vibe-worldbuilding-mcp
GitHub stars
7
Categories
Productivity, Other, AI, Knowledge Base, Developer Tools, Design, File Management, Media, Database, Frontend, API
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Vibe Worldbuilding
    Command (node, npx, python, etc.) python3
    Arguments
    • Argument 1 ./vibe_worldbuilding_server.py
    Environment
    • FAL_KEY your_fal_api_key_here

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository


bash

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "vibe worldbuilding": {
            "env": {
                "FAL_KEY": "your_fal_api_key_here"
            },
            "args": [
                "./vibe_worldbuilding_server.py"
            ],
            "command": "python3"
        }
    }
}

Linux

{
    "env": {
        "FAL_KEY": "your_fal_api_key_here"
    },
    "args": [
        "./vibe_worldbuilding_server.py"
    ],
    "command": "python3"
}

Macos

{
    "env": {
        "FAL_KEY": "your_fal_api_key_here"
    },
    "args": [
        "./vibe_worldbuilding_server.py"
    ],
    "command": "python3"
}

Windows

{
    "env": {
        "FAL_KEY": "your_fal_api_key_here"
    },
    "args": [
        "./vibe_worldbuilding_server.py"
    ],
    "command": "python3"
}

Vibe Worldbuilding MCP

> Create detailed fictional worlds with Claude - Complete with automatic taxonomies, interconnected entries, AI-generated images, and navigable websites.

Example World

⚡ Quick Start

1. Install Dependencies

```bash
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.