nexus-mcp
Provides tools for searching and retrieving mods, games, collections, and user information from Nexus Mods, enabling mod discovery and research.
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., "@nexus-mcpsearch mods for Skyrim"
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 and
research, backed by the v2 GraphQL API (api.nexusmods.com/v2/graphql).
Read-only by design.
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 |
| 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: OSRS MCP Server
Setup
npm install
npm run buildRegister with Claude Code:
claude mcp add nexus-mods -e NEXUS_MODS_API_KEY=<your key> -- node /home/matthew/src/nexus-mcp/dist/index.jsOr 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.
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.
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