Back to Browse

Tibiawiki MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells

About

TibiaWiki knowledge base: attribute queries over creatures, items, NPCs, quests and spells

Remote endpoints: streamable-http: https://mcp.tibia.sh/wiki

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages.

5 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

tibiawiki-mcp

An MCP server for TibiaWiki. It lets an AI assistant answer the questions the wiki itself cannot:

  • Which creatures are weak to fire and give over 500 experience?
  • What drops a Dragon Shield, and how likely is it?
  • Where do I buy a Steel Helmet, and for how much?

Every answer comes from a SQLite snapshot of the wiki that installs with the server. Queries return in milliseconds and work offline. The server makes no network calls.

Use it

Hosted, nothing to install

Add https://mcp.tibia.sh/wiki to your MCP client as a remote server. It needs no account and no key. In claude.ai, add it as a custom connector.

It allows about 300 messages a minute per IP address and writes no request logs. The landing page at https://mcp.tibia.sh shows the versions it runs. tibia-sh/mcp.tibia.sh has the details.

Claude Code

Install it as a plugin, from your terminal. You get the server and a skill that teaches the agent the traps in the data, like damage modifiers where 100 is neutral:

claude plugin marketplace add tibia-sh/tibiawiki-mcp
claude plugin install tibiawiki-mcp@tibiawiki-mcp

Any other MCP client

Add this to your client's MCP configuration, for example claude_desktop_config.json for Claude Desktop or .cursor/mcp.json for Cursor. It needs Node 22.13 or later:

{
  "mcpServers": {
    "tibiawiki": { "command": "npx", "args": ["-y", "@tibia.sh/tibiawiki-mcp"] }
  }
}

The first start downloads the package and its 18 MB index. After that it works offline.

Tools

You ask questions, and your assistant calls these:

ToolAnswers
tibia_search"Is there a page called roughly X?" or "List every mount."
tibia_get"Tell me everything about X." X can be a creature, item, NPC, quest or spell. An item says which NPCs buy it and for how much, an NPC what it buys and sells
tibia_find_creatures"Which creatures match these stats?"
tibia_find_items"Which items match these stats?" Also by resistance, skill bonus, imbuement slots, weight and hands
tibia_find_spells"Which healing spells can a level 30 druid cast?"
tibia_find_quests"Which quests can a level 20 character do, and what do they give?"
tibia_find_houses"What is the cheapest house in Thais with two beds?"
tibia_how_to_obtain"Where do I get X?" Drops, vendors and quest rewards in one call
tibia_find_updates"What changed for knights in 2026?" Game updates by text and release date

The server tells your assistant how to read the data, for example that a damage modifier of 100 is neutral. What the skill adds lists the traps.

How fresh the data is

The index is a snapshot. Every answer says when it was taken, as indexGeneratedAt. It ships as its own package, @tibia.sh/tibiawiki-data, rebuilt every week and released when the wiki changed. A fresh install gets the newest one. The hosted server follows each release by itself.

Why it exists

TibiaWiki runs on Fandom without Cargo, Semantic MediaWiki or CirrusSearch, so there is no way to query it by attribute. Every structured value is trapped inside Infobox wikitext, and the built-in search returns Dragon Necklace for fire resistant dragon. The public REST API over the same wiki exposes exactly one query parameter. Building a local index is the only way to ask a real question.

More

Attribution

Data from TibiaWiki (https://tibia.fandom.com), licensed CC BY-SA. Tibia is made by CipSoft; game content and images are copyright CipSoft GmbH.

The index is generated by tibiawiki-sql (Apache-2.0). Images are deliberately never fetched or stored.

This project's own code is MIT licensed, see LICENSE. That covers the code only. The data it serves is CC BY-SA and not ours to relicense.

Reviews

No reviews yet

Be the first to review this server!