MCP Catalogs
首页

Stellaris-Modding-MCP-Server

by kongyo2·2·综合分 32

Stellaris 游戏模组开发的 MCP 服务器,提供游戏版本信息、CWTools 配置和可搜索文档。

developer-toolsai-llmother
0
Forks
0
活跃 Issue
9 个月前
最近提交
2 天前
收录于

概述

Stellaris Modding MCP Server 是专门为 Stellaris 模组开发者设计的工具,利用 SteamCMD API 和 GitHub API 提供最新信息。功能包括获取当前游戏版本信息、用于模组验证的 CWTools 配置文件,以及在最新游戏文档中搜索触发器、效果、修改器、作用域和本地化内容。服务器包含带有重试机制的强大错误处理,确保与外部 API 交互时的稳定运行。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:Stellaris 模组开发者根据最新游戏版本验证触发器和效果
:使用准确的文档搜索功能创建新模组
:通过访问当前游戏配置文件自动化模组开发工作流程
:我需要注意哪些 API 速率限制?
:游戏文档多久更新一次?

什么时候选它

如果你正在开发 Stellaris 模组并需要实时访问游戏文档和版本验证工具,这个服务器很适合你。

什么时候不要选它

如果你不从事 Stellaris 模组开发,请避免使用这个服务器,因为其工具高度针对这个特定游戏。

此 server 暴露的工具

从 README 抽取出 4 个工具
  • stellaris-version

    Get comprehensive version information for Stellaris including build ID, release dates, and available versions.

  • cwtools-configversion?: 'stable' | 'latest', file?: string, listOnly?: boolean

    Retrieve CWTools configuration files (.cwt) for Stellaris modding.

  • stellaris-searchdocType: 'triggers' | 'effects' | 'modifiers' | 'scopes' | 'localizations', keyword: string, contextLines?: number

    Search Stellaris documentation for triggers, effects, modifiers, scopes, or localizations by keyword.

  • stellaris-validatedocType: 'triggers' | 'effects' | 'modifiers' | 'scopes' | 'localizations', element: string

    Validate if a specific game element (trigger, effect, etc.) exists in the latest Stellaris documentation.

可对比工具

stellaris-api-wrapperstellaris-modding-toolsparadox-game-modding-utils

安装

安装

通过 npm 安装

npm install -g @kongyo2/stellaris-modding-mcp-server

从源码安装

git clone <repository-url>
cd stellaris-modding-mcp-server
npm install
npm run start

Claude 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。