Loading MCP server directory, please wait...
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
npx @getmcp/cli add io.github.Argo-RPG-Platform/argo-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OAUTH_TOKENArgo OAuth2 access token from the consent flow at https://app.argo.games/oauth2/mcp-connect
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Argo-RPG-Platform/argo-mcp": {
"command": "npx",
"args": [
"-y",
"argo-mcp"
],
"env": {
"OAUTH_TOKEN": "",
"REFRESH_TOKEN": "",
"ARGO_API_BASE": ""
}
}
}
}