Fandom Wiki Server
FreeNot checkedA generic MCP server that allows searching and retrieving articles, summaries, category members, and wiki info from any Fandom wiki.
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?"
Install Fandom Wiki Server in Claude Desktop, Claude Code & Cursor
unyly install fandom-wiki-mcp-serverInstalls 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-mcpFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
