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: mintlify-mcp
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.
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
- Alicense-qualityDmaintenanceAn MCP server that enables users to query any Mintlify-powered documentation site directly from Claude. It leverages Mintlify's AI Assistant API to provide RAG-based answers and code examples for various platforms like Agno, Resend, and Upstash.Last updated618MIT
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agentsLast updated57914MIT
- Alicense-qualityCmaintenanceAn MCP server that lets Claude check your Nitrado-hosted ARK server: live status, settings, and files without using the web panel.Last updatedMIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/chelseyklein/ark-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server