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"

Related MCP server: mcp-mediawiki-crunchtools

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?"

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

View all MCP Connectors

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