trackmcp
Back to directory
adryansf

albion_mcp

View on GitHub

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

1 stars TypeScriptAI & Machine Learning Updated May 30, 2025

Documentation

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

bash
npm install

🛠️ Como usar

To build the project, run:

bash
npm run build

Then, run the server directly using Node.js:

bash
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

bash
npm install

🛠️ Como usar

Para compilar o projeto, rode:

bash
npm run build

Depois, execute o servidor diretamente via Node.js:

bash
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.

Frequently asked questions

What is albion_mcp?

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

How do I install albion_mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is albion_mcp open source?

Yes — it is hosted on GitHub at https://github.com/adryansf/albion_mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP