Stellaris-Modding-MCP-Server
by kongyo2·★ 2·综合分 32
Stellaris 游戏模组开发的 MCP 服务器,提供游戏版本信息、CWTools 配置和可搜索文档。
概述
Stellaris Modding MCP Server 是专门为 Stellaris 模组开发者设计的工具,利用 SteamCMD API 和 GitHub API 提供最新信息。功能包括获取当前游戏版本信息、用于模组验证的 CWTools 配置文件,以及在最新游戏文档中搜索触发器、效果、修改器、作用域和本地化内容。服务器包含带有重试机制的强大错误处理,确保与外部 API 交互时的稳定运行。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你正在开发 Stellaris 模组并需要实时访问游戏文档和版本验证工具,这个服务器很适合你。
什么时候不要选它
如果你不从事 Stellaris 模组开发,请避免使用这个服务器,因为其工具高度针对这个特定游戏。
此 server 暴露的工具
从 README 抽取出 4 个工具stellaris-versionGet comprehensive version information for Stellaris including build ID, release dates, and available versions.
cwtools-configversion?: 'stable' | 'latest', file?: string, listOnly?: booleanRetrieve CWTools configuration files (.cwt) for Stellaris modding.
stellaris-searchdocType: 'triggers' | 'effects' | 'modifiers' | 'scopes' | 'localizations', keyword: string, contextLines?: numberSearch Stellaris documentation for triggers, effects, modifiers, scopes, or localizations by keyword.
stellaris-validatedocType: 'triggers' | 'effects' | 'modifiers' | 'scopes' | 'localizations', element: stringValidate if a specific game element (trigger, effect, etc.) exists in the latest Stellaris documentation.
可对比工具
安装
安装
通过 npm 安装
npm install -g @kongyo2/stellaris-modding-mcp-server从源码安装
git clone <repository-url>
cd stellaris-modding-mcp-server
npm install
npm run startClaude Desktop 配置
添加到 Claude Desktop 配置文件中:
{
"mcpServers": {
"stellaris-modding": {
"command": "npx",
"args": ["-y", "@kongyo2/stellaris-modding-mcp-server"]
}
}
}FAQ
- 我需要注意哪些 API 速率限制?
- GitHub API 对于未认证的请求有每小时 60 次的限制。如果您需要更多请求,请考虑使用认证的 API 访问。
- 游戏文档多久更新一次?
- 服务器直接从 OldEnt/stellaris-triggers-modifiers-effects-list 仓库获取文档,确保您始终可以访问 GitHub 上可用的最新版本。
Stellaris-Modding-MCP-Server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。