Fandom Wiki Server
БесплатноНе проверенA generic MCP server that allows searching and retrieving articles, summaries, category members, and wiki info from any Fandom wiki.
Описание
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?"
Установка Fandom Wiki Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dotnetrule/mcp-fandomwikiFAQ
Fandom Wiki Server MCP бесплатный?
Да, Fandom Wiki Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Fandom Wiki Server?
Нет, Fandom Wiki Server работает без API-ключей и переменных окружения.
Fandom Wiki Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Fandom Wiki Server в Claude Desktop, Claude Code или Cursor?
Открой Fandom Wiki Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Fandom Wiki Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
