Skip to main content
Glama
Sankar2316

trivia-mcp-server

by Sankar2316

🧠 Trivia Quiz MCP Server for Kiro

A custom MCP server that connects Kiro to the Open Trivia Database (https://opentdb.com/) β€” giving Kiro the ability to fetch real quiz questions, categories, and stats to build interactive quiz applications.

πŸ”Œ What It Connects To

Open Trivia Database (opentdb.com) β€” a free, real API with 4,000+ trivia questions across 24 categories. No API key required.

Related MCP server: Trivia By Api Ninjas MCP Server

πŸ› οΈ Tools

Tool

Description

get_trivia_questions

Fetch random trivia questions by difficulty (easy/medium/hard)

list_trivia_categories

List all 24 available quiz categories

get_category_stats

Get question count stats per category

🎯 What I Built With It

An interactive HTML trivia quiz app that Kiro builds using real data from the MCP server β€” fetching live questions, showing multiple choice options, tracking score, and displaying results. This is only possible because of the MCP integration β€” without it, Kiro has no access to trivia data.

πŸŽ₯ Demo Video

Watch Demo

πŸ› οΈ Setup

Prerequisites

  • Node.js 18+

  • Kiro (latest version)

Installation

git clone https://github.com/Sankar2316/trivia-mcp-server.git cd trivia-mcp-server npm install npm run build

No API Key Needed! πŸŽ‰

Open Trivia DB is completely free β€” no signup, no authentication.

Configure in Kiro

The .kiro/settings/mcp.json is already included. Just open this folder in Kiro and the MCP server auto-connects.

Test

npx @modelcontextprotocol/inspector node dist/index.js

πŸ“ Project Structure

trivia-mcp-server/ β”œβ”€β”€ .kiro/ β”‚ └── settings/ β”‚ └── mcp.json β”œβ”€β”€ src/ β”‚ └── index.ts β”œβ”€β”€ dist/ β”œβ”€β”€ package.json β”œβ”€β”€ tsconfig.json └── README.md

πŸ“œ License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables retrieval of random inspirational quotes from various categories including age, art, business, courage, education, friendship, happiness, leadership, and many more through the API Ninjas Quotes API.
    1
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    An MCP server that enables users to retrieve trivia questions and answers across various categories through the API-Ninjas Trivia API. It supports customizable result limits and filtering by categories like science, history, and entertainment.
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables searching and retrieving anime and manga data from Kitsu's catalogue, including top lists and categories, through natural language queries via Pipeworx gateway.
    10
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables users to search and retrieve board game data via the Board Game Atlas API, including game details, ratings, and availability.
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Trivia MCP β€” wraps Open Trivia Database (free, no auth)

  • Access and interact with anime and manga data seamlessly. Retrieve detailed information about your…

  • Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sankar2316/trivia-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server