add_campaign_to_guild — argo mcp MCP Tool Mutating
add_campaign_to_guild
(add campaign to guild) is one of 62 tools on the
argo mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call add_campaign_to_guild from your client
- Claude Code argo mcp add_campaign_to_guild run in your project directory
- Claude Desktop argo mcp add_campaign_to_guild ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor argo mcp add_campaign_to_guild ~/.cursor/mcp.json
- VS Code argo mcp add_campaign_to_guild .vscode/mcp.json
- Zed argo mcp add_campaign_to_guild ~/.config/zed/settings.json
- Windsurf argo mcp add_campaign_to_guild ~/.codeium/windsurf/mcp_config.json
- Cline argo mcp add_campaign_to_guild ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI argo mcp add_campaign_to_guild ~/.gemini/settings.json
- Grok argo mcp add_campaign_to_guild .mcp.json (in your project root)
- ChatGPT argo mcp add_campaign_to_guild Settings → Connectors → Advanced → Developer mode
- Claude.ai argo mcp add_campaign_to_guild Settings → Connectors → Add custom connector
- LangChain argo mcp add_campaign_to_guild pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http argo-mcp https://mcp.argo.games/mcp
Other tools on this server
- list_campaigns
- get_campaign
- create_campaign
- update_campaign
- list_co_gms
- add_co_gm
- remove_co_gm
- describe_mnemon_types
- list_mnemons
- search_mnemons
- get_mnemon
- list_mnemon_relationships
- create_npc_mnemons
- create_location_mnemons
- create_quest_mnemons
- create_lore_mnemons
- create_archive_mnemons
- create_journal_mnemons
- create_session_summary_mnemons
- create_player_mnemons
- create_custom_mnemons
- update_npc_mnemons
- update_location_mnemons
- update_quest_mnemons
- update_lore_mnemons
- update_archive_mnemons
- update_journal_mnemons
- update_session_summary_mnemons
- update_player_mnemons
- update_custom_mnemons
- update_mnemons_content
- create_mnemon_relationship
- delete_mnemon_relationship
- delete_mnemon
- create_session
- list_sessions
- get_session
- update_session
- list_guilds
- get_guild
- list_guild_members
- invite_guild_member
- remove_guild_member
- set_guild_member_role
- add_guild_calendar_event
- list_friends
- list_sent_friend_requests
- list_received_friend_requests
- send_friend_request
- accept_friend_request
- reject_friend_request
- cancel_friend_request
- forum_list_categories
- forum_list_topics
- forum_get_latest_topics
- forum_read_topic
- forum_search
- forum_get_user_posts
- forum_get_notifications
- forum_create_topic
- forum_reply
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.