MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories + 4 prompts, OAuth 2.1.
https://quizbase.runriva.com/mcpHeaders: Authorization
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"com-runriva-quizbase-mcp": {
"url": "https://quizbase.runriva.com/mcp"
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Paste an API key, bearer token, or session value from the provider. It is used once to list inventory and discarded after the request.
Bearer <key>. Two auth modes supported. (1) API key — qb_pk_<random> (publishable, CORS-safe for browser/edge) or qb_sk_<random> (secret, server-only). Free tier 500 req/day; mint a key at https://quizbase.runriva.com/dashboard/keys. (2) OAuth 2.1 with Dynamic Client Registration (RFC 7591). Discovery: https://quizbase.runriva.com/.well-known/oauth-authorization-server. Use OAuth for end-user consent flows (Claude.ai Custom Connector default).
QuizBase is an MCP server for MCP server for trivia: 1.4M+ questions (EN+PL), 24 categories + 4 prompts, OAuth 2.1.. It supports HTTP transport.
Use the generated config in Install. It points your client at the advertised remote endpoint shown on this page.
Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://quizbase.runriva.com/mcp.
Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://quizbase.runriva.com/mcp.
Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://quizbase.runriva.com/mcp.
Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://quizbase.runriva.com/mcp.
QuizBase uses HTTP transport. Endpoint: https://quizbase.runriva.com/mcp.
QuizBase inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
QuizBase is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.