Skip to main content
Glama
dotnetrule

Fandom Wiki MCP Server

by dotnetrule

Fandom Wiki MCP Server

A generic Model Context Protocol server for fetching data from any Fandom wiki.

Tools

Tool

Description

search_wiki

Search for articles on any Fandom wiki

get_article

Fetch the full text of an article

get_article_summary

Fetch just the intro/summary of an article

list_category_members

List pages that belong to a category

get_wiki_info

Get general info and stats about a wiki

Every tool accepts a wiki parameter — the subdomain of the Fandom wiki you want to query:

Wiki

wiki value

ogame.fandom.com

"ogame"

minecraft.fandom.com

"minecraft"

starwars.fandom.com

"starwars"

leagueoflegends.fandom.com

"leagueoflegends"

Installation

pip install .

Or with uv:

uv pip install .

Usage

Run the server directly:

fandom-wiki-mcp

Or via the MCP CLI:

mcp run src/fandom_wiki_mcp/server.py

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "fandom-wiki": {
      "command": "fandom-wiki-mcp"
    }
  }
}

Or with uv (no global install needed):

{
  "mcpServers": {
    "fandom-wiki": {
      "command": "uvx",
      "args": ["--from", "/path/to/mcp-fandomwiki", "fandom-wiki-mcp"]
    }
  }
}

Example Prompts

  • "Search the OGame wiki for 'Graviton Technology'"

  • "Get the full article for 'Creeper' from the Minecraft wiki"

  • "List pages in the 'Ships' category on the Star Wars wiki"

  • "What stats does the League of Legends wiki have?"

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dotnetrule/mcp-fandomwiki'

If you have feedback or need assistance with the MCP directory API, please join our Discord server