Server data from the Official MCP Registry
Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on
Riftrunner AI is an AI-driven role-playing game experience where each story branch is generated on
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-riftrunner-ai-online-mcp": {
"args": [
"-y",
"msa-riftrunner-ai-online-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.