Token导航 LogoToken导航TokenDH.com
Mistral MCP Hackathon logo
AI代理未说明官方级别未说明来源级核验

Mistral MCP Hackathon

MCP Server

基于Mistral AI和MCP协议构建的实时多人问答游戏,支持AI动态生成问题并通过MCP服务器与AI助手交互。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
TypeScriptClaudeAI代理Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Min0laa

提供方

Min0laa

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

🎯 Quiz Game MCP — Mistral AI × MCP Hackathon

Real-time multiplayer quiz powered by Mistral AI with full Model Context Protocol (MCP) integration.

Built in 48h at the Mistral AI × MCP Hackathon (2025).

🚀 What it does

Players join a live quiz where every question is generated on the fly by Mistral AI based on a chosen theme. What makes it unique: an MCP server exposes the game as a tool — meaning any AI assistant (Claude, GPT, etc.) can interact with it programmatically.

User → selects theme → Mistral generates questions → real-time multiplayer scoring
AI assistant → MCP → add users, fetch questions, get scores

🏗 Architecture

LayerTech
FrontendNext.js (React)
BackendFastAPI (Python)
AIMistral AI LLM API
MCP ServerFastMCP
InfraDocker Compose

✨ Key Features

  • AI question generation — Mistral creates unique questions per theme in real-time
  • MCP server — exposes game actions as tools for AI assistants (add users, fetch questions, get leaderboard)
  • Multiplayer — live scoring across multiple players
  • Full-stack — single docker-compose up to run everything

🛠 Setup

# Clone & run everything
git clone https://github.com/Min0laa/Mistral-MCP-Hackathon
cd Mistral-MCP-Hackathon
docker-compose up

# Or run individually:
# Backend
cd backend && uv run game_api.py

# Frontend
cd frontend && npm run dev

🧠 What I learned

  • How MCP (Model Context Protocol) works and how to expose any app as an AI tool
  • Streaming responses from Mistral API
  • Building real-time multiplayer logic with FastAPI WebSockets

👤 Author

Sacha MorinLinkedIn ·

目录标签

目录标签

TypeScriptClaudeAI代理问答游戏本地部署AI生成实时互动MCP协议多玩家

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP