Skip to main content
Glama
fr1pp
by fr1pp

nexus-mcp

A local MCP server for Nexus Mods mod discovery and research, backed by the v2 GraphQL API (api.nexusmods.com/v2/graphql). Read-only by design.

Tools

Tool

Purpose

search_games

Resolve game titles to domain names; browse most-modded games

search_mods

Search mods by name/game/author/tag, sorted by endorsements etc.

get_mod

Full mod details: description, requirements, tags, stats

get_mod_files

A mod's downloadable files with versions and changelogs

search_collections

Search curated mod lists

get_collection

Collection metadata + full mod list (by slug, optional revision)

get_user

User profile + their most-endorsed mods

run_graphql

Escape hatch: any read-only GraphQL query (mutations rejected)

Adult content is always included — there is no filtering toggle.

Related MCP server: OSRS MCP Server

Setup

npm install
npm run build

Register with Claude Code:

claude mcp add nexus-mods -e NEXUS_MODS_API_KEY=<your key> -- node /home/matthew/src/nexus-mcp/dist/index.js

Or in Claude Desktop's claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-mods": {
      "command": "node",
      "args": ["/home/matthew/src/nexus-mcp/dist/index.js"],
      "env": { "NEXUS_MODS_API_KEY": "<your key>" }
    }
  }
}

Authentication

NEXUS_MODS_API_KEY is optional — every tool works anonymously. When set (a personal API key), it is sent as the apikey header and unlocks viewer-relative fields (viewerEndorsed, viewerTracked, viewerDownloaded) on get_mod. See docs/adr/0001-personal-api-key-auth.md for why this server skips OAuth.

Development

npm run dev               # run from source via tsx
node scripts/smoke.mjs    # end-to-end smoke test against the live API (needs build)

Domain terminology lives in CONTEXT.md.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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/fr1pp/nexus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server