archivist
OfficialClick 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., "@archivistgenerate a CR 2 monster"
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.
@archivist/generators
Headless D&D 5e content-generation library and a runnable standalone MCP server, extracted from archivist-obsidian so it can be consumed outside the Obsidian plugin.
The library exposes generation tools and an SRD tool set that are generic over the
domain: callers inject a live SRD store, the pack's Generatables, and a storage/write
port. The port shapes live in src/contracts.ts (structural copies of the pack contracts).
The MCP server (step 3 — done)
dist/server.js is a stdio MCP server named archivist
exposing read-only SRD lookup + deterministic enrichment tools, backed by the real D&D 5e
SRD and pack generators. Your own Claude Code (or any MCP client) connects to it; the server
never writes to your vault — the client writes the .md files.
It serves 7 tools: search_srd, get_srd_entity, and
generate_{monster,spell,item,npc,encounter}.
Build (required before use)
The server bundles the @archivist/dnd5e + @archivist/core packages from the sibling
plugin repo at build time, so ../archivist-obsidian must be checked out next to this
repo.
npm install
npm run build # produces dist/server.js (self-contained; requires ../archivist-obsidian)
npm run smoke # optional: verifies the built server end-to-end (7 tools, real SRD hit)Connect Claude Code
claude mcp add archivist -- node /absolute/path/to/archivist-generators/dist/server.jsRelated MCP server: D&D 5E MCP Server
Develop
npm install
npm run check # typecheck + lint + test (no build needed)License: MIT.
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.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides fast, cached access to comprehensive Dungeons & Dragons 5th Edition data including spells, monsters, classes, races, equipment, and rules through Open5e and D\&D 5e APIs.Last updated2MIT
- FlicenseBqualityDmaintenanceProvides comprehensive access to Dungeons & Dragons 5th Edition content through the Open5e API. It enables users to search for game mechanics, generate character builds, and create balanced encounters via natural language.Last updated3720
- AlicenseAqualityAmaintenanceD\&D 5e SRD MCP server - monster search, spell lookup, encounter building, and character tools powered by ground-truth SRD dataLast updated20564MIT
- Alicense-qualityDmaintenanceConnects AI assistants to Dungeons & Dragons 5e game information via the Model Context Protocol, enabling queries for spells, monsters, equipment, and more.Last updated45MIT
Related MCP Connectors
D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth)
Manage TTRPG campaigns: NPCs, locations, factions, quests, sessions, lore, and knowledge graphs.
Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/archivist-gg/archivist-generators'
If you have feedback or need assistance with the MCP directory API, please join our Discord server