io.github.Argo-RPG-Platform/argo-mcp MCP Server
io.github.Argo-RPG-Platform/argo-mcp
What is the io.github.Argo-RPG-Platform/argo-mcp MCP server?
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
How to install io.github.Argo-RPG-Platform/argo-mcp
Copy-paste configuration for popular MCP clients.
OAUTH_TOKENrequiredsecretArgo OAuth2 access token from the consent flow at https://app.argo.games/oauth2/mcp-connect
REFRESH_TOKENsecretArgo OAuth2 refresh token. Enables automatic renewal of the access token when it expires (~1 hour).
ARGO_API_BASEOverride the Argo WebAPI base URL. Defaults to https://api.argo.games.
{
"mcpServers": {
"argo-mcp": {
"command": "npx",
"args": [
"-y",
"argo-mcp"
],
"env": {
"OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>",
"REFRESH_TOKEN": "<YOUR_REFRESH_TOKEN>",
"ARGO_API_BASE": "<YOUR_ARGO_API_BASE>"
}
}
}
}{
"mcpServers": {
"argo-mcp": {
"command": "npx",
"args": [
"-y",
"argo-mcp"
],
"env": {
"OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>",
"REFRESH_TOKEN": "<YOUR_REFRESH_TOKEN>",
"ARGO_API_BASE": "<YOUR_ARGO_API_BASE>"
}
}
}
}{
"mcpServers": {
"argo-mcp": {
"command": "npx",
"args": [
"-y",
"argo-mcp"
],
"env": {
"OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>",
"REFRESH_TOKEN": "<YOUR_REFRESH_TOKEN>",
"ARGO_API_BASE": "<YOUR_ARGO_API_BASE>"
}
}
}
}{
"servers": {
"argo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"argo-mcp"
],
"env": {
"OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>",
"REFRESH_TOKEN": "<YOUR_REFRESH_TOKEN>",
"ARGO_API_BASE": "<YOUR_ARGO_API_BASE>"
}
}
}
}claude mcp add argo-mcp --env OAUTH_TOKEN=<YOUR_OAUTH_TOKEN> --env REFRESH_TOKEN=<YOUR_REFRESH_TOKEN> --env ARGO_API_BASE=<YOUR_ARGO_API_BASE> -- npx -y argo-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.