Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fandom Wiki Server

FreeNot checked

A generic MCP server that allows searching and retrieving articles, summaries, category members, and wiki info from any Fandom wiki.

GitHubEmbed

About

A generic MCP server that allows searching and retrieving articles, summaries, category members, and wiki info from any Fandom wiki.

README

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

from github.com/dotnetrule/mcp-fandomwiki

Install Fandom Wiki Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install fandom-wiki-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add fandom-wiki-mcp-server -- uvx --from git+https://github.com/dotnetrule/mcp-fandomwiki fandom-wiki-mcp

FAQ

Is Fandom Wiki Server MCP free?

Yes, Fandom Wiki Server MCP is free — one-click install via Unyly at no cost.

Does Fandom Wiki Server need an API key?

No, Fandom Wiki Server runs without API keys or environment variables.

Is Fandom Wiki Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Fandom Wiki Server in Claude Desktop, Claude Code or Cursor?

Open Fandom Wiki Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fandom Wiki Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs