Skip to main content
Glama
teoucsb82

elden-ring-mcp

by teoucsb82

elden-ring-mcp

MCP server for Elden Ring lookups: where to find items, NPC quest steps, weapon/spell/talisman/armor stats, and boss info. Answers come from a versioned snapshot of the Elden Ring Fandom wiki, and every answer includes its source page and revision.

Quick start

npm install
npm run fetch-data        # download the latest data release (data/elden-ring.db)
npm run smoke             # sanity check with a tiny fixture db

Add to Claude Code (.mcp.json, see .mcp.json.example):

{ "mcpServers": { "elden-ring": { "command": "npx", "args": ["tsx", "src/server/mcp-server.ts"], "cwd": "/path/to/elden-ring-mcp" } } }

Related MCP server: Wiki OSRS MCP

Tools

Tool

Use

search

full-text search across all pages

get_page

a page or one section as markdown

where_is

how to get an item, nearest grace, prerequisites, missable

quest_steps

ordered NPC quest steps + quest-breakers

item_stats

requirements/scaling; filter by stat and scaling letter

boss

location, HP, runes, drops, strategy sections

sources_status

data freshness and counts

get_page, where_is, quest_steps and boss accept fetch: true to cache the matching Fextralife page on your machine (~/.cache/elden-ring-mcp/). That cache is never committed or shared. Fextralife is fetched one page per request, at most one request per second and at most 20 pages per server process, so it can never be bulk-crawled.

Nothing matched is always explicit: not_found (no page, no search hit, no item matching the filters) or section_not_found (the page exists, the section does not - the result lists the page's real headings). item_stats excludes items whose requirement the wiki does not state rather than reporting them as free.

Building data yourself

npm run build             # sync changed Fandom pages, re-extract, update data/CHANGELOG-data.md
npm run attribution       # regenerate data/ATTRIBUTION.md

First build fetches ~4,900 pages at 1 request/second (a few minutes). Later builds fetch only changed revisions.

Keeping up with patches

A weekly GitHub Action runs the build, commits the data changelog in a PR, and publishes the db as a data-YYYY.MM.DD release. data/CHANGELOG-data.md lists field-level changes such as a requirement or effect edited after a patch.

Licensing

Code: MIT. Data: CC BY-SA 3.0 (Fandom). See LEGAL.md.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables access to RuneScape 3 data including real-time Grand Exchange prices, item information, historical price trends, and player statistics. Supports multiple game modes and provides comprehensive RuneScape Wiki API integration through natural language.
    12
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides comprehensive access to Escape from Tarkov game data, including item statistics, market prices, quest information, and map details via the tarkov.dev API. It enables users to analyze market trends, compare items, and track game progression through natural language interactions.
    GPL 3.0