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
xAI TTS Integration for Home Assistant Built with Claude — Full Repo
A developer used Claude to build a custom Home Assistant integration for xAI's TTS API (Eve voice) with full UI config, five voices, and speech tags.

ClawCloud Managed Service Simplifies OpenClaw Deployment for Slack Teams
ClawCloud provides a managed deployment service for OpenClaw that connects to Slack workspaces, handles infrastructure, and reduces response latency to under 2 seconds. A user reported setup in 20 minutes versus 3 days for self-hosting, with costs around $30/month for a 40-person team.

ApexClaw: Open-Source Telegram AI Agent with 85+ Tools for Web Automation, Voice, and Email
ApexClaw is an open-source Telegram AI agent written in Go that provides 85+ built-in tools including web browsing with headless Chrome, voice note processing, Gmail integration, and shell script execution. It's self-hosted and uses the z.ai engine for reasoning.

Rift: A Better Alternative to Git Worktrees with Instant Copy-on-Write Snapshots
Rift uses btrfs or APFS snapshots to create instant, space-efficient copies of Git repositories. Initialization, creation, and listing via CLI or JavaScript FFI.