New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

blizzard-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blizzard-mcp

MCP server for Blizzard games: WoW token price, achievements, Diablo seasons. Needs free API client.

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Blizzard MCP

MCP server for Blizzard games: WoW token price, achievements, Diablo seasons. Needs a free API client.

Setup

Create a client at https://develop.battle.net/ (free), then:

export BLIZZARD_CLIENT_ID=your_id
export BLIZZARD_CLIENT_SECRET=your_secret
npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • wow_token_price: Gold price per region.
  • wow_achievements: Sample achievements.
  • diablo_seasons: Recent Diablo 3 seasons.

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. Credentials stay local and go only to Blizzard's API. All tools are read-only.

Keywords

mcp

FAQs

Package last updated on 22 Sep 2026

Related posts