Nexus Desktop App Automates MCP Setup for TTRPG Campaign Management

Manually editing Claude Desktop config files to plug in MCPs for tabletop RPG campaigns gets old fast. One dev built a free desktop app called Nexus to handle the wiring — install and configure MCPs without touching JSON.
What Nexus Does
Nexus is a desktop installer and configurator for Claude Desktop MCPs targeting TTRPG campaign management. It supports five tools out of the box:
- Archivist — persistent campaign memory, keeps Claude up to date with your world lore
- NotebookLM — generate audio recaps from session logs
- Foundry VTT — pull character sheets, maps, and combat state
- Notion — read/write session notes in real time
- Obsidian — sync local markdown vaults with Claude
Practical Workflows
The author describes multi-tool queries that go beyond a simple installer. Examples include:
- Asking Claude about campaign history by pulling from Archivist
- Simultaneously fetching context from Foundry and campaign notes in Notion/Obsidian
- Generating NotebookLM audio recaps directly from session data
- Syncing campaign info (NPC stats, quest status) across all connected tools
Setup and Links
Nexus is available at the Archivist site. The Archivist MCP itself is open source on GitHub:
- Nexus app: myarchivist.ai/nexus
- Archivist MCP (GitHub): github.com/Astrotomic/mcp.myarchivist.ai
The author is curious what MCP setups other TTRPG groups use — productivity tools, coding tools, knowledge bases, or something else entirely.
📖 Read the full source: r/ClaudeAI
👀 See Also

Adam: An Embeddable Cross-Platform AI Agent Library in C
Adam is a C library providing a complete agent loop with tool calling, memory, voice, and both cloud/local LLM support, designed to be embedded into any application.

Ops Dashboard OpenClaw: Local-First Dashboard for Solo Devs with Multiple Repos
A solo developer built ops-dashboard, a local-first app that indexes Obsidian vaults, repos, and logs into a single queryable dashboard. BYOK, MIT-licensed, no cloud required.

MiniMax Music 2.5 AI Music Generator Released with Studio-Grade Audio Control
MiniMax Music 2.5 is an AI music generation model that creates studio-quality songs with 44.1kHz Hi-Fi output, 100+ instruments, and paragraph-level precision control using 14+ structural tags for directing song structure.

Introducing Roam-Code CLI: A Faster, Deterministic Alternative for Code Exploration
Roam-Code CLI replaces Claude Code's explore phase with a faster, deterministic alternative that indexes codebases for improved efficiency.