overwatch2-mcp-server
If you are the rightful owner of overwatch2-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Overwatch2 MCP Server provides hero data for Overwatch, offering tools to retrieve and obtain detailed information about heroes.
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.
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 install
Usage
Build
npm run build
Registering 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.