Albion MCP Server

by adryansf

1 stars
245 downloads
Not rated
GitHub

About

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

Details

Author
adryansf
GitHub stars
1
Downloads
245
Categories
Other, AI

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Albion MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Albion MCP Server

English 🇺🇸

Model Context Protocol (MCP) compatible server focused on the sandbox game Albion Online, for AI agents.
This project allows provision of contexts to agents implementing the MCP protocol, enabling integration with game data.

🚀 Installation

npm install

🛠️ Como usar

To build the project, run:

npm run build

Then, run the server directly using Node.js:

node build/index.js

🤝 How to contribute

- Fork this repository
- Create a branch with your feature (git checkout -b feature/your-feature)
- Commit your changes (git commit -m "Add my feature")
- Push to your branch (git push origin feature/your-feature)
- Open a Pull Request

🐞 Reporting issues

Open issues here.

Português 🇧🇷

Servidor compatível com o Model Context Protocol (MCP) focado no jogo sandbox Albion Online, para agentes de IA.
Este projeto permite o fornecimento de contextos para agentes que implementam o protocolo MCP, facilitando a integração com dados do jogo.

🚀 Instalação

npm install

🛠️ Como usar

Para compilar o projeto, rode:

npm run build

Depois, execute o servidor diretamente via Node.js:

node build/index.js

🤝 Como contribuir

- Faça um fork deste repositório
- Crie uma branch com sua feature (git checkout -b feature/nome-da-feature)
- Commit suas mudanças (git commit -m "Adiciona minha feature")
- Envie para sua branch (git push origin feature/nome-da-feature)
- Abra um Pull Request

🐞 Reportar problemas

Abra issues aqui.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.