MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
ยฉ 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Vibe Worldbuilding MCP
Vibe Worldbuilding MCP Logo

Vibe Worldbuilding MCP

Model Context Protocol Integration

Overview

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

Vibe Worldbuilding

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

Installation Instructions


README: https://github.com/jasnonaz/vibe-worldbuilding-mcp

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

# Python dependencies
pip install -e .

# Node.js dependencies  
npm install

2. Configure FAL API (Optional - for image generation)

# Add your FAL API key to .env
echo "FAL_KEY=your_api_key_here" > .env

3. Set Up MCP Server

Add to your Claude Desktop configuration:

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

4. Create Your First World

1. Ask Claude: "Create a fantasy world about floating islands"
2. Claude uses MCP tools to build complete world structure
3. Generated world includes entries, images, and navigable website

๐ŸŒŸ What You Get

Complete Worldbuilding Pipeline:

  • โœ… Rich world concepts with detailed lore and atmosphere
  • โœ… Custom taxonomies (characters, locations, artifacts, etc.)
  • โœ… Interconnected entries with automatic cross-references
  • โœ… AI-generated images for visual world elements
  • โœ… Static websites with navigation and image galleries
  • โœ… Auto-stub generation for referenced entities

๐Ÿ“š Documentation

DocumentPurpose
๐Ÿ“– User GuideComplete usage documentation and examples
โšก Workflow GuideMCP command sequence and best practices
๐Ÿ”ง Development GuideContributing and development setup
๐Ÿ—๏ธ Architecture GuideSystem design and technical details

๐Ÿงช Testing

# Run complete test suite
python tests/run_tests.py

# Test with image generation
python tests/test_e2e_comprehensive.py --verbose

# Keep test world for exploration
python tests/test_e2e_comprehensive.py --verbose

๐Ÿš€ Example Worlds

  • Verdant Realms - Bioluminescent forest ecosystem
  • Test Worlds - Generated by test suite

๐Ÿ“„ License

MIT License - See LICENSE for details.


Made with Claude ๐Ÿค– | Powered by MCP โšก | Enhanced with AI Images ๐ŸŽจ

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.