MCP.so
Sign In

Albion MCP Server

@adryansf

About Albion MCP Server

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

adryansf

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers