nexus-mcp
Provides tools for searching games, mods, collections, and users on Nexus Mods, as well as downloading mod files. Supports authentication via API key or browser cookies.
Click on "Deploy 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., "@nexus-mcpsearch for Skyrim mods called 'Unofficial Patch'"
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.
nexus-mcp
A local MCP server for Nexus Mods mod discovery,
research, and downloading, backed by the v2 GraphQL API (api.nexusmods.com/v2/graphql)
and the website's DownloadPopUp widget.
Tools
Tool | Purpose |
| Resolve game titles to domain names; browse most-modded games |
| Search mods by name/game/author/tag, sorted by endorsements etc. |
| Full mod details: description, requirements, tags, stats |
| A mod's downloadable files with versions and changelogs |
| Get a pre-signed CDN download URL (needs API key or cookies) |
| Download a mod file to disk (needs API key or cookies) |
| Search curated mod lists |
| Collection metadata + full mod list (by slug, optional revision) |
| User profile + their most-endorsed mods |
| Escape hatch: any read-only GraphQL query (mutations rejected) |
Adult content is always included — there is no filtering toggle.
Related MCP server: nexus-mcp
Setup
npm install
npm run buildRegister with Claude Code (local checkout):
claude mcp add nexus-mods -e NEXUS_MODS_API_KEY=<your key> -- node dist/index.jsOr run directly via npx (no checkout needed — the repo is public):
claude mcp add nexus-mods -e NEXUS_MODS_API_KEY=<your key> -- npx github:mbj733/nexus-mcpOr in Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"nexus-mods": {
"command": "node",
"args": ["dist/index.js"],
"env": { "NEXUS_MODS_API_KEY": "<your key>" }
}
}
}Authentication
Three options:
Option A: Personal API Key
NEXUS_MODS_API_KEY — from nexusmods.com/users/myaccount?tab=api.
Enables v1 REST download API + viewer-relative GraphQL fields.
Option B: Browser Cookies (no API key needed)
Run the helper script once to log in:
node scripts/login.mjsThis launches Chrome, you log in, cookies are saved to ~/.nexus-mcp-cookies.json.
The MCP server reads this file automatically.
Option C: Standalone CLI (no Claude Code needed)
The nexus-cli.mjs tool works completely independently:
node scripts/nexus-cli.mjs login # one-time login
node scripts/nexus-cli.mjs search skyrim "unofficial patch" # search mods
node scripts/nexus-cli.mjs download skyrim 266 # download mod
node scripts/nexus-cli.mjs download baldursgate3 1234 --dir ./modsCookies stored at ~/.nexus-mcp-cookies.json, auto-refreshed when expired.
Development
npm run dev # run from source via tsx
node scripts/smoke.mjs # end-to-end smoke test (needs build)
node scripts/login.mjs # extract Nexus Mods cookies from Chrome
node scripts/nexus-cli.mjs login # standalone loginDomain terminology lives in CONTEXT.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
The official MCP Server for the Mux API
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA local CLI & API for MCP management that allows users to download, install, manage, and interact with MCPs from GitHub, featuring process state management, port allocation, and HTTP API routes.171-
- AlicenseNot gradedqualityCmaintenanceA local MCP server for Nexus Mods mod discovery and research, backed by the v2 GraphQL API, enabling search of games, mods, collections, and users.79 npm1ISC
- FlicenseNot gradedqualityCmaintenanceMCP server to search and read documentation pages from a WikiJS instance via its GraphQL API.-
- AlicenseNot gradedqualityDmaintenanceA Python MCP server for searching, downloading, extracting, inspecting, and previewing game assets from multiple public sources.3MIT