Back to Browse

Riftrunner Ai Online MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on

About

Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on

Security Report

7.2
Moderate7.2Low Risk

This MCP server is well-designed with excellent security practices. It is read-only, requires no authentication or API keys, contains no network calls to external services, and uses only static data returns. The codebase is clean, properly structured, and follows MCP conventions with appropriate input schemas and error handling. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).

4 files analyzed ยท 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rocnubie-riftrunner-ai-online-mcp": {
      "args": [
        "-y",
        "msa-riftrunner-ai-online-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Riftrunner AI MCP Server

Riftrunner AI - AI-Powered RPG Adventures

MCP Badge License: MIT Zero Config Stdio Transport MCP smithery

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

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Riftrunner Ai Online MCP Server - Riftrunner AI is an AI-driven role-playing game experience | MCP Marketplace