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: mcp-mediawiki-crunchtools
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.
Related MCP Servers
- FlicenseBqualityCmaintenanceA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!Last updated226
- AlicenseBqualityBmaintenanceA secure MCP server for interacting with MediaWiki instances, allowing users to search, read, create, and manage wiki content like pages, categories, and files. It supports both public and private wikis with comprehensive authentication for full read and write operations.Last updated19AGPL 3.0
- AlicenseAqualityAmaintenanceMCP server for MediaWiki wikis. Search, read, edit, and manage wiki content from AI assistants. Includes formatting, link checking, revision history, and markdown conversion.Last updated4319MIT
- Flicense-qualityBmaintenanceMCP server providing live Wikipedia recent changes feed, page summaries, trending pages, and Wikidata entity lookup.Last updated
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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