Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Archivist AI.
list_campaignsList your campaigns. Returns a paginated list.
get_campaignGet a specific campaign by ID.
get_campaign_statsGet statistics for a campaign: character count, session count, and more.
create_campaignCreate a new campaign. Subject to the account's subscription-tier campaign limit.
update_campaignPartially update campaign metadata (title, description, tones, public/mature flags).
list_sessionsList game sessions. Filter by session type or public-only.
The official Model Context Protocol (MCP) server for Archivist AI -- a TTRPG campaign memory platform for game masters and players.
Registry metadata lives in server.json. Publishing to the official MCP Registry is automated on version tags via .github/workflows/publish-mcp.yml (git tag v1.0.0 && git push origin v1.0.0).
Connect AI assistants like Claude, ChatGPT, Cursor, Notion, and Windsurf directly to your campaign data: characters, sessions, locations, factions, items, quests, journals, key moments, hero awards, quotes, spotlights, and more.
MCP Server URL: https://mcp.myarchivist.ai/mcp
Discord tools live on a sibling host: https://discord.myarchivist.ai/mcp. That is a separate MCP resource (OAuth + your recording bot) and does not replace campaign tools here.
Claude Desktop requires the mcp-remote proxy (Node.js must be installed).
Add to your claude_desktop_config.json (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Replace YOUR_API_KEY with your Archivist AI API key from app.myarchivist.ai. Restart Claude Desktop after saving.
Add to .cursor/mcp.json in your project:
Add to your MCP configuration:
Archivist AI is available as a ChatGPT plugin. Search for "Archivist AI" in the ChatGPT plugin store.
Read tools are non-destructive and idempotent. Write tools follow standard REST semantics β deletes are destructive and idempotent; PATCH is non-idempotent; PUT is idempotent. Every read tool that returns text-carrying descriptions (Character, Faction, Location, Item, Moment, Beat, Session, Journal) accepts an optional with_links parameter β see Wikilinks below for why you almost always want to pass with_links: true before editing.
Campaign delete, session delete, product-view-only endpoints (beat reorder/batch-edit, campaign settings, cast/member management), multipart recording uploads, and AI image generation are intentionally not exposed.
OAuth clients that connect via https://app.myarchivist.ai request scopes at authorization time. Every write tool (create/update/delete + image upload) additionally requires the agent_write scope on the caller's token.
The MCP mirrors the API's enforcement in tools/list: agent clients without agent_write see only the read tools, and receive a "tool not found" JSON-RPC error if they attempt to call a write tool anyway. API-key credentials and non-agent OAuth clients bypass this filter β the API is the authoritative gate for them and all tools remain visible.
Existing OAuth clients that connected before agent_write was advertised need to re-authorize to receive a token with the new scope.
| Tool | Description |
|---|---|
list_campaigns | List your campaigns. Returns a paginated list. |
get_campaign | Get a specific campaign by ID. |
get_campaign_stats | Get statistics for a campaign: character count, session count, and more. |
create_campaign | Create a new campaign. Subject to the account's subscription-tier campaign limit. |
update_campaign | Partially update campaign metadata (title, description, tones, public/mature flags). |
| Tool | Description |
|---|---|
list_sessions | List game sessions. Filter by session type or public-only. |
get_session | Get a session by ID. Optionally include related beats and moments. |
get_session_cast_analysis | Get cast analysis: talk-share breakdown and core session metrics. |
get_session_transcript | Get the cleaned transcript for a game session, including utterances, full text, and aggregate stats. |
get_session_handout | Get the generated session handout for a game session, including summary, outlines, spotlights, and notable moments. |
patch_session | Partial update (title, session_date, summary, image). Explicit-link contract for wikilinks. |
update_session | Full update (PUT). Explicit-link contract for wikilinks. |
| Tool | Description |
|---|---|
list_beats | List beats ordered by index. Beats represent story moments (major, minor, step). |
get_beat | Get a specific beat by ID. |
create_beat | Create a beat. Explicit-link contract for wikilinks. |
update_beat | Partially update a beat. |
delete_beat | Delete a beat (child beats have parent_id cleared). |
list_moments | List Key Moments (Moments) in a campaign or session. Filter by label, categories (typically key-moment), or kind. Includes image and presentation metadata. |
get_moment | Get a Key Moment by ID, including image URL, categories, kind, and metadata. |
create_moment | Create a Key Moment attached to a session. Set categories=["key-moment"] for a Key Moment card. Explicit-link contract for wikilinks. |
update_moment | Partially update a Key Moment, including image and merged presentation metadata. |
delete_moment | Delete a Key Moment. |
| Tool | Description |
|---|---|
list_hero_awards | List hero awards in a campaign or session. |
get_hero_award | Get a hero award by ID. |
create_hero_award | Create a hero award attached to a session. |
update_hero_award | Partially update a hero award. |
delete_hero_award | Delete a hero award. |
list_quotes | List memorable session quotes in a campaign or session. |
get_quote | Get a quote by ID. |
create_quote | Create a quote attached to a session (creates a recap pipeline if needed). |
update_quote | Partially update a quote. |
delete_quote | Delete a quote. |
list_spotlights | List recap spotlights (GEMS cards, not session-handout spotlights). |
get_spotlight | Get a recap spotlight by ID. |
create_spotlight | Create a recap spotlight attached to a session. |
update_spotlight | Partially update a recap spotlight. |
delete_spotlight | Delete a recap spotlight. |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/archivist-ai)<a href="https://allmcps.com/mcp/archivist-ai"><img src="https://allmcps.com/api/badge/archivist-ai?style=directory" alt="Archivist AI on AllMCPs" /></a>