prts-mcp
Supports deployment via Docker containers for both Python stdio and TypeScript HTTP server implementations, with auto-synced game data volumes.
Utilizes GitHub repositories (ArknightsGameData and ArknightsStoryJson) as data sources for operator archives, voice lines, and story dialogue, with automatic synchronization from GitHub Releases.
Enables TypeScript/Node.js implementation for self-hosted HTTP server deployment, providing remote access to Arknights data through streamable HTTP transport.
Provides npm package distribution for the TypeScript implementation, allowing easy installation and deployment of the HTTP server.
Provides PyPI package distribution for the Python implementation, allowing easy installation for local Claude Desktop/Claude Code integration.
Enables Python implementation for local stdio transport, providing direct integration with Claude Desktop and Claude Code for accessing Arknights data.
Enables TypeScript implementation for HTTP server deployment, providing remote access to Arknights data through streamable HTTP transport for multiple clients.
PRTS MCP Server
English
An MCP Server for Arknights fan creation (同人創作) AI agents. Powered by the PRTS Wiki MediaWiki API and auto-synced operator game data, it gives any MCP-compatible client — Claude Desktop, Claude Code, Chatbox, and more — live access to lore, operator archives, and voice lines from the world of Terra.
Implementations
This repository contains two independent implementations for different deployment scenarios:
Directory | Language | Transport | Use case |
Python 3.10+ | stdio | Local Claude Desktop / Claude Code, Docker | |
TypeScript / Node.js | Streamable HTTP | Self-hosted server, remote HTTP access |
Tools
Both implementations expose the same tool set:
Tool | Description |
| Search PRTS Wiki by keyword, returns matching article titles |
| Fetch the plain-text content of a PRTS Wiki article |
| Retrieve operator archive records (Chinese name) |
| Retrieve operator voice lines (Chinese name) |
| Retrieve basic operator profile: class, rarity, faction, recruit tags, talents (Chinese name) |
| List story events; optional filter: |
| List chapters of an event in official order |
| Read full dialogue for a single chapter |
| Read a complete activity's transcript, with pagination |
Quick Start
Data Sources
PRTS Wiki API (
https://prts.wiki/api.php) — lore articles, faction info, world-building entriesArknightsGameData (
Kengxxiao/ArknightsGameData) — operator archives, voice lines, base statsArknightsStoryJson (
3aKHP/ArknightsStoryJson) — parsed story dialogue, auto-synced from GitHub Releases (zh_CN.zip)
Game data lives in the gamedata volume. Story data lives in the storyjson volume. Both are auto-synced on server startup.
中文
明日方舟同人创作辅助 MCP Server。通过 PRTS Wiki API 和自动同步的干员数据,为 MCP 客户端(Claude Desktop、Claude Code、Chatbox 等)提供泰拉世界观检索与干员资料查询能力。
实现版本
本仓库包含两个独立实现,适用于不同的部署场景:
目录 | 语言 | 传输方式 | 适用场景 |
Python 3.10+ | stdio | Claude Desktop / Claude Code 本地接入、Docker | |
TypeScript / Node.js | Streamable HTTP | 个人服务器部署,供他人通过 HTTP 调用 |
工具集
两个实现提供相同的工具集:
工具 | 说明 |
| 关键词搜索 PRTS 维基词条,返回匹配标题列表 |
| 读取指定词条的纯文本内容 |
| 获取干员档案资料(中文名) |
| 获取干员语音记录(中文名) |
| 获取干员基本信息:职业、稀有度、所属、招募标签、天赋(中文名) |
| 列出剧情活动,可选过滤: |
| 列出指定活动的章节(按官方顺序) |
| 读取单章完整台词 |
| 读取整个活动的完整剧情,支持分页 |
快速开始
数据源
PRTS Wiki API (
https://prts.wiki/api.php) — 世界观词条、阵营设定ArknightsGameData (
Kengxxiao/ArknightsGameData) — 干员档案、语音记录、基础信息ArknightsStoryJson (
3aKHP/ArknightsStoryJson) — 剧情台词解析数据,从 GitHub Releases 自动同步(zh_CN.zip)
干员数据存放在 gamedata volume,剧情数据存放在 storyjson volume,均在服务器启动时自动同步。
License
MIT
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/3aKHP/prts-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server