Provides tools to retrieve Overwatch 2 hero data, including getting a list of all heroes and obtaining detailed information about specific heroes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Overwatch2 MCP Servershow me detailed info about Tracer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Overwatch2 MCP Server
Overview
overwatch2-mcp-server is an MCP server that provides hero data for Overwatch. This server offers tools to retrieve a list of heroes and obtain detailed information about specific heroes.
Related MCP server: MCP Hub Tools
Provided Tools
get_heroes: Get a list of heroes.get_hero: Get detailed information about a hero.
Installation
Clone this project and install the dependencies.
git clone https://github.com/morimorig3/overwatch2-mcp-server
cd overwatch2-mcp-server
npm installUsage
Build
npm run buildRegistering the MCP Server
{
"mcpServers": {
"Overwatch2-MCP": {
"command": "node",
"args": [
"/PATH/TO/BUILD/FILE/main.js"
]
}
}
}Development Dependencies
typescript: TypeScript compiler.openapi-typescript: Generates TypeScript types from OpenAPI specifications.
License
This project is licensed under the ISC License.
Used API
This project uses the Overfast API to retrieve hero data for Overwatch.