Riftrunner AI MCP Server
Riftrunner AI - AI-Powered RPG Adventures
A Model Context Protocol server that exposes the canonical Riftrunner AI knowledge surface — models, prompts, and chat workflows, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://riftrunnerai.online
💬 About Riftrunner AI
Riftrunner AI is a browser-based platform for generating and editing images and videos using Google's Gemini 3 Pro and Veo 3 models. Users can create content from text prompts or uploaded images without installing any software. The platform bundles several AI models — including Flux Pro, Qwen, and Seedream variants — under a single interface, alongside a suite of focused editing tools. It is designed to serve both casual creators who want quick results and professionals who need commercial-grade output at volume. A free tier lets anyone start generating immediately, while paid plans add higher resolution, faster processing, and commercial usage rights.
Key Features
- Text-to-image generation using Gemini 3 Pro with support for multiple aspect ratios and quality settings.
- Veo 3.1 video generation that converts text prompts or still images into short AI-produced video clips.
- Nano Banana Editor for character-consistent image editing with style transfer and iterative refinement.
- Focused image tools including Background Remover, Hairstyle Changer, Image Enhancer, Text Remover, and Product Photography presets.
- Multi-model comparison view that renders the same prompt across different AI models side by side so users can pick the best result.
- AI 3D Figure and Professional Photo generators for portrait and product work that requires a consistent, polished look.
Use Cases
- A social media manager generates batch product photos with clean backgrounds for an e-commerce catalog in minutes, without a photography studio.
- A digital artist uses the image-to-image workflow to refine a rough sketch into a finished illustration across several style iterations.
- A content creator produces short AI video clips from storyboard prompts to pre-visualize a scene before committing to full production.
- A developer integrates Riftrunner AI's API into an internal tool to automate visual asset generation for a marketing team.
- A small business owner creates professional portrait-style headshots using the Professional Photo preset without hiring a photographer.
Who Is It For
Riftrunner AI targets digital content creators, marketing teams, and visual professionals who need high-quality AI-generated images and video without managing multiple separate tools. It suits social media managers producing regular content, e-commerce operators who need product imagery at scale, indie developers building visual assets for projects, and digital artists who use AI generation as part of a broader creative workflow. The free tier makes it approachable for individuals experimenting with AI visuals, while the API access and commercial licensing on paid plans address the needs of studios, agencies, and businesses that require reliable output rights and integration with existing production pipelines.
Tools
list_models
Return the canonical list of chat models exposed on the site, with capability notes. (Riftrunner AI)
Input: no parameters. Returns: text/markdown.
get_pricing
Return the canonical pricing entry point for Riftrunner AI.
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for Riftrunner AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://riftrunner-ai-online/models— Supported chat models and capability notes.site://riftrunner-ai-online/pricing— Canonical pricing entry point.site://riftrunner-ai-online/faq— Short FAQ generated from public site metadata.site://riftrunner-ai-online/links— Canonical URLs to share with users.
Prompts
tell_me_about_riftrunner_ai_online
Summarize what the site is, who it's for, and how it works. — Riftrunner AI
start_chat_session_riftrunner_ai_online
Open a chat-evaluation session against the site's models, with sensible defaults. — Riftrunner AI
Installation
Install via Smithery
npx -y @smithery/cli install riftrunner-ai-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/riftrunner-ai-online-mcp.git
cd riftrunner-ai-online-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"riftrunner-ai-online-mcp": {
"command": "node",
"args": [
"/absolute/path/to/riftrunner-ai-online-mcp/src/index.mjs"
]
}
}
}
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjs
Official Links
- Website: https://riftrunnerai.online
- Pricing: https://riftrunnerai.online/pricing
- Support: support@riftrunnerai.online
Development
pnpm install
pnpm start # run the server over stdio
License
MIT