Reincarnate Story
Interactive reincarnation story where you choose your path after death. Become a vengeful spirit, Bilbo Baggins, or Luffy from One Piece. Built with FastMCP for dynamic narrative generation and immersive storytelling.
How to Start
In Claude, simply say "start the story" to begin your reincarnation journey.
Story Paths
- Path of Vengeance - Return to your original world with new powers to seek revenge on those who betrayed you
- There and Back Again - Become Bilbo Baggins and experience his journey through Middle-earth
- King of the Pirates - Rebirth as Monkey D. Luffy and sail the seas in the world of One Piece
Features
- Dynamic narrative generation based on your choices
- Personalized story paths guided by three soul-searching questions
- Immersive character-driven storytelling
- Multiple story branches and endings
- Interactive decision-making system
Technical Details
Built with FastMCP (Model Context Protocol) for seamless integration with Claude and other AI assistants.
Getting Started
- Clone this repository
- Install dependencies:
pip install fastmcp - Run the server:
python main.py - Connect to Claude and say "start the story"
MCP Configuration
To use this project with Claude Desktop, add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"Dynamic Reincarnation Story": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"C:\\path\\to\\your\\reincarnate\\main.py"
],
"env": {},
"transport": "stdio",
"type": null,
"cwd": null,
"timeout": null,
"description": null,
"icon": null,
"authentication": null
}
}
}
Note: Update the path in the args array to point to your local main.py file location.
Your journey of rebirth awaits...
