MCP server for Argo RPG Platform โ connects AI assistants to campaign data via OAuth2
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก 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 Argo MCP.
list_campaignsCallable MCP tool function
campaign.readCallable MCP tool function
get_campaignCallable MCP tool function
create_campaignCallable MCP tool function
campaign.createCallable MCP tool function
update_campaignCallable MCP tool function
Connects AI assistants to your Argo campaigns via the Model Context Protocol. Once configured, your AI assistant can read and write campaign lore, look up character details, and interact with Argo data directly from the chat interface.
Supported clients: Claude Code, Claude Desktop, OpenAI Codex, VS Code (1.103+), and any MCP-compatible host.
Clicking either button hands a vscode:mcp/install URL to your editor with this config:
VS Code stores the entry in your user-level mcp.json, then negotiates OAuth on first connect via Dynamic Client Registration against the Argo authorization server. No tokens are embedded in the URL โ VS Code stores the resulting access and refresh tokens in your OS keychain.
Linux / Flatpak / Snap note: If clicking the button doesn't open VS Code, the vscode: URL handler isn't registered. This is common on:
update-desktop-database. Either run xdg-mime default code.desktop x-scheme-handler/vscode once, or use the manual fallback below.Manual fallback: copy the JSON from the VS Code (one-click, recommended) section below into your VS Code mcp.json config.
The same install button is rendered on the Argo install page at https://app.argo.games/docs/mcp/install.
There are three supported ways to use the Argo MCP server. Pick the one that matches your client.
Use the hosted endpoint โ do not install the npx package. Add this MCP server URL to ChatGPT:
ChatGPT will walk you through OAuth on first connect via dynamic client registration.
Sign in once on the machine that runs the MCP client:
The command prints the consent URL, opens nothing, and asks you to paste the access token (and optionally the refresh token) from the consent page. Tokens are saved locally:
%APPDATA%\argo-mcp\tokens.json~/Library/Application Support/argo-mcp/tokens.json${XDG_CONFIG_HOME:-~/.config}/argo-mcp/tokens.jsonThen configure the MCP server with no env vars:
Other auth commands:
Local stdio mode does not use OAuth Dynamic Client Registration. DCR is only used by the hosted HTTP server at
https://mcp.argo.games.
For CI, Docker, or anyone who prefers explicit env config, you can skip auth login and pass tokens directly. OAUTH_TOKEN always wins over the local token store.
The MCP server authenticates with Argo using an OAuth2 access token tied to a specific set of campaigns. Tokens are obtained through the Argo consent flow:
OAUTH_TOKENREFRESH_TOKEN (recommended; enables automatic renewal when the access token expires after ~1 hour)Treat both tokens like passwords. Revoke them at any time from the campaign's integrations page.
Use the install buttons at the top of this README, or paste the following into a .vscode/mcp.json (per-workspace) or your user-level MCP config:
VS Code handles OAuth automatically via Dynamic Client Registration on first connect. There is no need to set OAUTH_TOKEN or REFRESH_TOKEN โ VS Code stores tokens in the OS keychain.
Add the server with the CLI:
Or add it manually to your project's .claude/settings.json:
Edit your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonRestart Claude Desktop after saving.
Add the server to your Codex MCP configuration:
For the hosted ChatGPT app surface, this repo exposes OAuth discovery, dynamic client registration, and domain verification endpoints on the MCP domain. The submission checklist and required env vars are in CHATGPT_APP_SUBMISSION.md.
.env file (local dev)Create a .env file in the argo-mcp directory:
Then run directly:
Once the MCP is connected, you can install the argo-agent-skills plugin to get ready-made Game Master workflows that orchestrate the tools below โ session prep, post-session recap, NPC generation, and a guided MCP setup walkthrough. The same skill source ships parallel packaging for Claude (Code + Claude.ai) and OpenAI-compatible clients (Codex, ChatGPT).
Claude Code:
Claude.ai / Codex / ChatGPT: download the per-target zip from the latest release and follow the upload steps in that repo's README.
See the Argo Skills docs for the full list of skills, examples, and authoring guidance for your own.
This server exposes tools across campaigns, mnemons, sessions, guilds, friends, and the Argo community forum.
list_campaigns (campaign.read) lists accessible campaigns and their access levelget_campaign (campaign.read) retrieves campaign detailscreate_campaign (campaign.create) creates a new campaignupdate_campaign (campaign.write) updates campaign name or descriptionlist_co_gms (campaign.read) lists assistant GMsadd_co_gm (campaign.write) adds an assistant GMremove_co_gm (campaign.write) removes an assistant GMdescribe_mnemon_types lists supported mnemon types, relationship labels, and content-block ruleslist_mnemons (campaign.read) lists mnemon entries for a campaignget_mnemon (campaign.read) retrieves a mnemon entry in fulllist_mnemon_relationships (campaign.read) lists linked entries and relationship edgescreate_*_mnemons (campaign.write) creates typed mnemon entries for NPC, Location, Quest, Lore, Archive, Journal, SessionSummary, Player, and Custom entriesupdate_*_mnemons (campaign.write) updates typed/meta fields for those mnemon entry typesupdate_mnemons_content (campaign.write) edits mnemon content blockscreate_mnemon_relationship (campaign.write) creates a relationship between entriesdelete_mnemon_relationship (campaign.write) deletes a relationship by IDFactual 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/argo-mcp)<a href="https://allmcps.com/mcp/argo-mcp"><img src="https://allmcps.com/api/badge/argo-mcp?style=directory" alt="Argo MCP on AllMCPs" /></a>