MCP.so
ログイン

Albion MCP Server

@adryansf

Albion MCP Server について

Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, for AI agents.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

adryansf

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "albion_mcp": {
      "command": "node",
      "args": [
        "build/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Albion MCP Server?

A Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, designed for AI agents. It provides contexts to agents implementing the MCP protocol, enabling integration with game data.

How to use Albion MCP Server?

Install dependencies with npm install, build the project using npm run build, then run the server directly with node build/index.js. No additional configuration commands are specified.

Key features of Albion MCP Server

  • MCP‑compatible server for AI agents
  • Focused on Albion Online game data
  • Enables context provisioning for MCP agents
  • Open source with contribution guidelines

Use cases of Albion MCP Server

FAQ from Albion MCP Server

コメント

「その他」の他のコンテンツ