Fandom Wiki MCP Server
Allows fetching data from any Fandom wiki, including searching articles, retrieving full article text or summaries, listing category members, and getting wiki stats.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fandom Wiki MCP ServerSearch the OGame wiki for 'Graviton Technology'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fandom Wiki MCP Server
A generic Model Context Protocol server for fetching data from any Fandom wiki.
Tools
Tool | Description |
| Search for articles on any Fandom wiki |
| Fetch the full text of an article |
| Fetch just the intro/summary of an article |
| List pages that belong to a category |
| 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 |
|
ogame.fandom.com |
|
minecraft.fandom.com |
|
starwars.fandom.com |
|
leagueoflegends.fandom.com |
|
Related MCP server: Wikipedia MCP Server
Installation
pip install .Or with uv:
uv pip install .Usage
Run the server directly:
fandom-wiki-mcpOr via the MCP CLI:
mcp run src/fandom_wiki_mcp/server.pyClaude 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?"
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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