This server provides comprehensive tools for Stellaris modding assistance, including:
- Retrieve Stellaris version information - Get build ID, update date, latest version details, and available versions via
stellaris-version
- Fetch CWTools configuration rules - Download .cwt files from stable or development branches, list available files, or get specific ones by name/path using
cwtools-config
- Search Stellaris documentation - Find triggers, effects, modifiers, scopes, and localizations by keyword with code snippets and optional context lines via
stellaris-search
- Validate Stellaris elements - Check if specific game elements exist in the latest documentation for mod compatibility using
stellaris-validate
Provides access to Stellaris modding configuration files and game documentation from GitHub repositories, including CWTools validation rules and automatically extracted game documentation for triggers, effects, modifiers, and scopes
Retrieves real-time Stellaris game version information, build IDs, update timestamps, and branch details through the SteamCMD API for mod development compatibility checking
Stellaris Modding MCP Server
Warning
これは実験的なプロジェクトです。APIの仕様変更や、予期せぬエラーが発生する可能性があります。
ステラリスのmodding支援用MCPサーバーです。SteamCMD APIとGitHub APIを使用して、mod開発者に必要な最新情報を提供します。
機能
- ゲームバージョン情報: SteamCMD APIからステラリスの最新バージョン、ビルドID、更新日時を取得
- CWToolsコンフィグ: Stellaris modding用の検証ルール(.cwt files)を取得
- ドキュメント検索: triggers、effects、modifiers、scopes、localizationsの最新ドキュメントをキーワードで検索
- 要素検証: trigger, effectなどが最新バージョンで有効か検証
- リアルタイム更新: 常に最新の情報を提供
- エラーハンドリング: リトライ機能付きで安定した動作
利用可能なツール
1. stellaris-version
ステラリスの現在のバージョン情報を包括的に取得します。
取得情報:
- 現在のPublicブランチのビルドIDと更新日時
- 最新バージョン番号とその詳細情報
- 利用可能なバージョン一覧(最新10件)
- 特別なブランチ情報
- ゲームの基本情報(App ID、開発者、対応OS等)
2. cwtools-config
CWToolsのStellarisコンフィグルール(.cwt files)を取得します。
パラメータ:
version
:"stable"
(最新タグ) または"latest"
(開発版) - デフォルト:"stable"
file
: 特定のファイル名またはパス(例:"common.cwt"
,"common/agreements.cwt"
)listOnly
:true
の場合、ファイル一覧のみを表示 - デフォルト:false
機能:
- config/直下およびサブディレクトリ内の.cwtファイルを取得
- 特定ファイルの内容取得または全ファイル一覧表示
- 安定版または開発版の選択可能
3. stellaris-search
OldEnt/stellaris-triggers-modifiers-effects-listリポジトリから最新のゲームドキュメントをキーワード検索します。
パラメータ:
docType
:"triggers"
,"effects"
,"modifiers"
,"scopes"
,"localizations"
のいずれかkeyword
: 検索キーワードcontextLines
: 前後に表示する行数(デフォルト: 2)
機能:
- 最新バージョンのドキュメントを自動で検索
- 一致した箇所をコードスニペットとして表示
4. stellaris-validate
指定した要素が最新バージョンのドキュメントに存在するかを検証します。
パラメータ:
docType
:"triggers"
,"effects"
,"modifiers"
,"scopes"
,"localizations"
のいずれかelement
: 検証する要素名(例:has_technology
)
機能:
- 要素の完全一致、部分一致をチェック
- modの互換性確認に利用可能
開発
セットアップ
開発モードで起動
これにより、MCPサーバーが起動し、CLIで対話的にテストできます。
本番モードで起動
テスト実行
コードフォーマット
リント実行
使用API・データソース
SteamCMD API
SteamCMD API を使用してゲームバージョン情報を取得:
- 認証不要: APIキーや認証は必要ありません
- リアルタイム更新: Steamでの変更が数秒以内に反映されます
- 無料: 完全に無料で使用できます
- オープンソース: APIのソースコードも公開されています
GitHub API
以下のリポジトリからmodding関連情報を取得:
- cwtools/cwtools-stellaris-config: Stellaris modding用の検証ルール(.cwt files)
- OldEnt/stellaris-triggers-modifiers-effects-list: ゲームエンジンから自動抽出されたドキュメント
信頼性機能
- リトライ機能: ネットワークエラーやレート制限に対する自動リトライ
- 指数バックオフ: 適切な間隔でのリトライ実行
- フォールバック: 最新バージョンが利用できない場合の代替バージョン取得
ライセンス
MIT License
貢献
バグ報告や機能要求は、GitHubのIssuesでお知らせください。プルリクエストも歓迎します。
技術スタック
- FastMCP - MCPサーバーフレームワーク
- TypeScript - 型安全な開発
- Zod - スキーマバリデーション
- Vitest - テストフレームワーク
使用例
バージョン情報の取得
CWToolsコンフィグの取得
ドキュメントの検索
要素の検証
対応バージョン
- Node.js: 22以上
- Stellaris: 全バージョン対応(SteamCMD APIから自動取得)
- CWTools: 安定版および開発版
- ゲームドキュメント: 常に最新バージョンを自動取得
トラブルシューティング
よくある問題
- GitHub API レート制限
- 認証なしの場合、1時間あたり60リクエストの制限があります
- 大量のファイルを取得する場合は時間をおいて実行してください
- ネットワークエラー
- 自動リトライ機能が組み込まれているため、一時的なエラーは自動的に回復します
- 継続的な問題がある場合は、インターネット接続を確認してください
- バージョンが見つからない
- ゲームドキュメントは利用可能な最新バージョンに自動的にフォールバックします
- CWToolsコンフィグは安定版と開発版を選択できます
ログの確認
開発モードで実行すると詳細なログが表示されます:
Installing via Smithery
To install stellaris-modding-mcp-server for Claude Desktop automatically via Smithery:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ステラリスのmodding支援用MCPサーバーです。SteamCMD APIとGitHub APIを使用して、mod開発者に必要な最新情報を提供します。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThe Metaplex MCP Server facilitates access to Metaplex documentation and repository details, enabling users to search and interact with various Metaplex resources through the MCP protocol.Last updated -31TypeScriptThe Unlicense
- -securityAlicense-qualityThis MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.Last updated -1PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that provides AI assistants with access to Astro documentation, enabling them to search and reference Astro docs when helping users with Astro-related tasks.Last updated -11JavaScript
Redis Cloud API MCP Serverofficial
AsecurityAlicenseAqualityThe Redis Cloud API MCP Server provides an MCP Server for Redis Cloud's API, allowing you to manage your Redis Cloud resources using natural language.Last updated -161432TypeScriptMIT License