ark-wiki-mcp
Provides tools for querying the ARK: Survival Ascended/Evolved community wiki (wiki.gg) to retrieve creature information, crafting recipes, and wiki sections.
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., "@ark-wiki-mcpHow do I tame a Therizinosaurus?"
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.
ark-wiki-mcp
An MCP server that lets Claude answer ARK: Survival Ascended / Evolved questions — taming requirements, crafting recipes, spawn locations, base stats — by querying the ARK community wiki directly, instead of relying on training data or generic web search.
Tools
search_wiki(query)— fuzzy title search, useful if you're unsure of exact spelling.get_creature_info(name)— diet, temperament, tameable/breedable/rideable, which maps it spawns on, saddle, base stats. Backed by the wiki's structured Cargo data.get_crafting_recipe(item)— ingredients + quantities, crafting station(s), engram level and point cost. Backed by structured Cargo data.list_wiki_sections(title)— see what sections exist on a wiki page.get_wiki_section(title, section)— fetch prose sections not covered by the structured tools: exact taming food/narcotic amounts ("Taming Food","KO Strategy"), spawn locations/habitat, drops, breeding notes, etc.
When a page has separate data for ARK: Survival Evolved vs. Survival Ascended, the Ascended version is preferred automatically where the wiki distinguishes them.
Related MCP server: YouTube MCP Server
Install as a Claude Code plugin
/plugin marketplace add chelseyklein/ark-wiki-mcp
/plugin install ark-wiki-mcp@ark-wiki-mcpRequires Python 3.10+ available as python on your PATH. Dependencies
(requests, beautifulsoup4, mcp) are installed automatically on first run.
Run standalone
git clone https://github.com/chelseyklein/ark-wiki-mcp
cd ark-wiki-mcp
python -m venv .venv
.venv/Scripts/pip install -r requirements.txt # .venv/bin/pip on macOS/Linux
claude mcp add ark-wiki -- .venv/Scripts/python.exe server.pyHow it works
Structured facts (creature stats, crafting recipes) come from the wiki's Cargo tables via its public API — no scraping. Prose content (taming strategy, spawn habitat descriptions) is fetched per-section via the MediaWiki API and converted from HTML to plain text.
License
MIT
This server cannot be installed
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/chelseyklein/ark-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server