Mod.io

Mod.io MCP Connector for Claude

A+

Manage game mods, browse titles, and handle subscriptions via mod.io — discover, rate, and organize game content directly from any AI agent.

22 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your mod.io account to any AI agent to manage your gaming library and modding workflows through natural conversation.

What you can do

  • Game Discovery — Browse all games on the platform using get_games and fetch detailed stats and metadata for specific titles with get_game_stats.
  • Mod Management — Search for mods using get_mods, view detailed descriptions with get_mod, and manage your own mod profiles including adding, editing, or deleting entries.
  • User Subscriptions — Subscribe or unsubscribe from mods using subscribe_mod and unsubscribe_mod, rate content with rate_mod, and track your personal collections.
  • Account Insights — Access your profile with get_me, check your wallet information via get_wallets, and view purchased content directly through the API.

How it works

  1. Subscribe to this server
  2. Enter your mod.io API Key and Access Token
  3. Start managing your mods from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Gamers — instantly find and subscribe to new mods for your favorite games without leaving your chat interface
  • Mod Creators — manage your mod listings, update summaries, and check performance stats directly from your workspace
  • Community Managers — monitor mod ratings and game statistics to understand community trends and engagement
moddinguser-generated-contentgame-apidigital-assetscommunity-management

22 tools expose this connector's capabilities to your AI agent.

add_collection

Requires OAuth 2 Access Token. Create a new mod collection

add_mod

Requires OAuth 2 Access Token. Add a new mod to a game

get_collection_mods

Get mods within a collection

get_collections

Get all mod collections for a game

delete_mod

Requires OAuth 2 Access Token. Delete a mod

edit_mod

Requires OAuth 2 Access Token. Edit details of an existing mod

get_game_stats

Get statistics for a game

get_game

Get details for a specific game

get_games

io platform. Get all games on mod.io

get_me

Requires OAuth 2 Access Token. Get authenticated user details

get_mod_file

Get a specific modfile

get_mod_files

Get all files for a mod

get_mod

Get details for a specific mod

get_mods

Get all mods for a game

get_my_purchases

Requires OAuth 2 Access Token. Get mods purchased by the user

rate_mod

Requires OAuth 2 Access Token. Rate a mod

get_my_ratings

Requires OAuth 2 Access Token. Get ratings submitted by the user

subscribe_mod

Requires OAuth 2 Access Token. Subscribe to a mod

get_my_subscriptions

Requires OAuth 2 Access Token. Get mods the user is subscribed to

get_terms

Get text and links for user consent dialogs

unsubscribe_mod

Requires OAuth 2 Access Token. Unsubscribe from a mod

get_my_wallets

Requires OAuth 2 Access Token. Get user wallets for monetization

See how to talk to your AI agent using Mod.io.

List all games available on mod.io.

I've retrieved the list of games. You can explore titles like 'Deep Rock Galactic' (ID: 123) or 'Totally Accurate Battle Simulator' (ID: 456). Which one would you like to see mods for?

Show me the mods for game ID 123.

Fetching mods for game 123... I found several entries using `get_mods`. Notable mods include 'Enhanced Lighting' and 'New Maps Pack'. Would you like the full details for any of these?

Rate mod 789 for game 123 as positive.

Processing your rating... I've used `rate_mod` to submit a positive rating for mod 789 in game 123. Your feedback has been successfully recorded.

Yes! Use the `get_mod` tool with the game_id and mod_id. Your agent will return full metadata, descriptions, and stats for that specific mod.

Related Connectors