rpg-generator-mcp-server
If you are the rightful owner of rpg-generator-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that generates random tabletop RPG content—campaign ideas and fantasy region attributes—built with TypeScript using the official MCP SDK.
The RPG Generator MCP Server is a specialized server designed to generate random tabletop RPG content, such as campaign ideas and fantasy region attributes. Built using TypeScript and the official MCP SDK, this server demonstrates how to implement the Model Context Protocol (MCP) to connect AI models with specialized tools and data sources. By providing random campaign ideas and region attributes, the server helps to spark creativity and break predictable patterns in storytelling. The server offers two main functions: 'random_campaign_idea' and 'random_region_attributes', which generate creative content by combining various character types, settings, and inspirations. This project showcases the potential of MCP in extending the creative capabilities of LLMs through specialized tool connections.
Features
- Generates random campaign ideas by combining character types, settings, and movie inspirations.
- Produces random region attributes including tags, population levels, and characteristics for fantasy world-building.
- Built with TypeScript using the official MCP SDK.
- Demonstrates the use of MCP to extend LLM creative capabilities.
- Easily extendable with additional random generators.