Gives Claude direct access to Riftrunner AI's knowledge surface: supported models (Gemini 3 Pro, Veo 3.1, Flux Pro variants), pricing tiers, FAQ content, and official links. Exposes three tools for querying models, pricing, and links, plus four resources covering the same surface area and two prompts for initiating chat sessions or getting a platform overview. Read-only, no authentication required, stdio transport with sub-50ms cold start. Useful when you want Claude to answer questions about Riftrunner's AI image and video generation capabilities, compare model options, or share accurate pricing without leaving the conversation. The MCP layer is a static knowledge wrapper around the public site, not a generation API.
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
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.
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.
list_modelsReturn the canonical list of chat models exposed on the site, with capability notes. (Riftrunner AI)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Riftrunner AI.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Riftrunner AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_riftrunner_ai_onlineSummarize what the site is, who it's for, and how it works. — Riftrunner AI
start_chat_session_riftrunner_ai_onlineOpen a chat-evaluation session against the site's models, with sensible defaults. — Riftrunner AI
npx -y @smithery/cli install riftrunner-ai-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide