nexus-mcp
A local MCP server for Nexus Mods mod discovery, research, and downloading, backed by the v2 GraphQL API and the website's DownloadPopUp widget.
README
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 |
|---|---|
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 |
get_download_url |
Get a pre-signed CDN download URL (needs API key or cookies) |
download_mod |
Download a mod file to disk (needs API key or cookies) |
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.
Setup
npm install
npm run build
Register with Claude Code (local checkout):
claude mcp add nexus-mods -e NEXUS_MODS_API_KEY=<your key> -- node dist/index.js
Or 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-mcp
Or 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.mjs
This 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 ./mods
Cookies 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 login
Domain terminology lives in CONTEXT.md.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.