trivia-mcp-server

trivia-mcp-server

Connects Kiro to the Open Trivia Database to fetch real quiz questions, categories, and stats for building interactive quiz applications.

Category
Visit Server

README

🧠 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.

šŸ› ļø 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured