trackmcp
Back to directory
AImaginationLab

marvel-rivals-mcp

View on GitHub

A Model Context Protocol (MCP) server that provides access to Marvel Rivals game data through a standardized interface.

1 stars TypeScriptOthers Updated Aug 22, 2026

Documentation

MCP Marvel Rivals

A Model Context Protocol (MCP) server that provides access to Marvel Rivals game data through a standardized interface.

Installation

bash
npx @aimaginationlab/marvel-rivals-mcp

Usage

With Claude Desktop

Add to your Claude Desktop configuration:

json
{
  "mcpServers": {
    "marvel-rivals": {
      "command": "npx",
      "args": ["@aimaginationlab/marvel-rivals-mcp"]
    }
  }
}

Available Tools

  • `listHeroes` - Get a list of all Marvel Rivals heroes
  • `getHeroAbilities` - Get abilities for a specific hero
  • `getHeroInfo` - Get detailed information about a hero
  • `getHeroSkins` - Get skins for a specific hero
  • `listSkins` - Get all available skins
  • `listAchievements` - Get all achievements
  • `searchAchievement` - Search achievements by name
  • `listItems` - Get all items
  • `getItemsByType` - Get items by type (NAMEPLATE, MVP, EMOTE, SPRAY)
  • `listMaps` - Get all game maps
  • `filterMaps` - Filter maps by type
  • `getPlayerProfile` - Get player profile information
  • `searchPlayer` - Search for a player by username
  • `getPlayerMatchHistory` - Get player match history

License

MIT

Frequently asked questions

What is marvel-rivals-mcp?

marvel-rivals-mcp is A Model Context Protocol (MCP) server that provides access to Marvel Rivals game data through a standardized interface.

How do I install marvel-rivals-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is marvel-rivals-mcp open source?

Yes — it is hosted on GitHub at https://github.com/AImaginationLab/marvel-rivals-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP