AOW4 Tomes Server
БесплатноНе проверенMCP server for Age of Wonders 4 that helps AI agents guide players in selecting tomes and skills, leveraging tome data from the official wiki.
Описание
MCP server for Age of Wonders 4 that helps AI agents guide players in selecting tomes and skills, leveraging tome data from the official wiki.
README
介绍
该项目是一个MCP+SKills的AI试验项目。主要想看看AI可否对于策略游戏进行指导和辅助。奇迹时代4 中的魔典是游戏中非常重要的一个元素,玩家可以通过魔典来提升自己的属性,从而获得更强的战斗力。魔典的选择和技能的选择,对于玩家来说是一个非常重要的决策。AI可以帮助玩家进行魔典的选择和技能的选择。有任何想法和建议,欢迎提issue。
相关魔典数据来源: https://aow4.paradoxwikis.com/Tomes
安装
- 使用UV
$ git clone <repo>
$ cd aow4_mcp
$ uv sync
- 配置redis server
直接使用docker创建redis server
$ docker run -d -p 6379:6379 redis
Agent Skills 安装
- aow4_tome 为Agent Skills插件,按使用的Agent工具,安装至对应的目录
MCP server 配置
{
"mcpServers": {
"AOW4_Tomes": {
"command": "uv",
"args": [
"--directory",
"/path/to/aow4_mcp",
"run",
"aow4_mcp.py"
],
"disabled": false,
"timeout": 60
}
}
}
使用
在Agent工具中,配置MCP server 及 Skills
@ 奇迹时代4
种族点数: 秩序+2;暗影+1; 物质+1
起始魔典:纪律
如何构建最佳魔典BUILD
@AI: 用户想知道如何构建最佳魔典BUILD。
根据available_skills中有一个aow4_tome技能,描述是:
"当询问奇迹时代4(AOW4)魔典(Tome)信息,或者询问相关魔典问题,魔典出发什么技能;提供初始魔典后,后续魔典如何选择;最佳的魔典选择路径,最优的魔典选择路径"
...
具体查看>>> 该结果由codebuddy+GLM5生成 sample1
CLI
- list-tomes: 列出所有魔典
$ uv run aow4-tome list-tomes
AOW4 Tomes
┏━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━┓
┃ Category ┃ Name ┃ Tier ┃
┡━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━┩
│ Astral │ Evocation │ I │
│ │ Warding │ I │
│ │ Scrying │ II │
│ │ Summoning │ II │
│ │ Amplification │ III │
│ │ Teleportation │ III │
│ │ Astral Convergence │ IV │
│ │ The Astral Mirror │ IV │
│ │ The Arch Mage │ V │
- show tome: 显示魔典的详细信息
$ uv run aow4-tome show --json "Evocation"
{
"name": "Evocation",
"tier": 1,
"category": "Astral",
"summary": "Tier I - Grants excellent and cheap attack spells to any aspiring wizard.",
"tome_skills": [
{
"name": "Lightning Focus",
"tier": 1,
"type": "Unit enchantment",
"effects": "Makes base Magic attacks of enchanted units: Deal +2 Lightning Damage. Gains base 30% chance of
inflicting Electrified, a damage-over-time effect. Effects are increased for non-repeating attacks.\nAffected
unit types: Support Unit Battle Mage Unit"
},
... ]
...
}
主要文件
- aow4_mcp.py: MCP server
- src/cli.py: Typer CLI interface
- src/config.py: Configuration settings
Установить AOW4 Tomes Server в Claude Desktop, Claude Code, Cursor
unyly install aow4-tomes-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add aow4-tomes-mcp-server -- uvx --from git+https://github.com/spookyzn/aow4_mcp aow4-mcpFAQ
AOW4 Tomes Server MCP бесплатный?
Да, AOW4 Tomes Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для AOW4 Tomes Server?
Нет, AOW4 Tomes Server работает без API-ключей и переменных окружения.
AOW4 Tomes Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить AOW4 Tomes Server в Claude Desktop, Claude Code или Cursor?
Открой AOW4 Tomes Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare AOW4 Tomes Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
