312-dev

xbox-mcp

Community 312-dev
Updated

MCP server for Xbox: current game, recent play history, activity and profile for you or any player, via OpenXBL

xbox-mcp

An MCP server that knows what you (or any Xbox player) are playing right now andwhat you've been up to lately. Backed by the unofficial OpenXBLXbox Live API.

Tools

Tool What it does Other players?
get_current_game Online state, device, and the game running right now with rich-presence detail Yes (gamertag/xuid)
get_recent_games Recently played games, newest first, with last-played date, devices, and per-title achievement/gamerscore progress Yes
get_activity Your screenshots, game clips, and achievement posts, newest first Self only*
get_profile Gamertag, gamerscore, account tier, reputation, bio, location Yes
search_players Find players by gamertag; returns their XUID for follow-up lookups Yes

Every player-facing tool takes an optional gamertag (or xuid). Omit both totarget your own account. Pass a gamertag and the server resolves it to an XUIDvia /search (cached), then queries that player.

* The OpenXBL activity feed is only exposed for the authenticated account.

Configuration

One environment variable:

  • OPENXBL_API_KEY โ€” your OpenXBL API key from https://xbl.io (sign in with yourMicrosoft/Xbox account, then copy the key from the dashboard).

The key never leaves the server; MCP clients only ever see tool results.

Run locally

npm install
npm run build
OPENXBL_API_KEY=xxxx node dist/index.js   # speaks MCP over stdio

Or for development without a build step:

OPENXBL_API_KEY=xxxx npm run dev

Notes

  • The OpenXBL free tier allows ~150 requests/hour. Each tool call is 1-2 requests(gamertag lookups add one). Bursty history sweeps can hit the limit.
  • Minutes-played and the cross-title recent-achievement feed are not reliablyexposed by the API, so they are intentionally omitted. Per-title achievementprogress is surfaced through get_recent_games instead.

MCP Server ยท Populars

MCP Server ยท New

    docmancer

    Docmancer

    Find out what your coding agents already know. Docmancer indexes the memory, rules, and instructions Claude Code, Codex, Cursor, and Gemini wrote on your machine, then carries the durable parts to every agent. Local-first, MIT.

    Community docmancer
    lineai-intelligence

    codelogic-mcp-server

    An MCP Server to utilize Codelogic's rich software dependency data in your AI programming assistant.

    HUANGCHIHHUNGLeo

    claude-real-video

    Let Claude (or any LLM) actually watch a video โ€” scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.

    Community HUANGCHIHHUNGLeo
    jgraph

    Draw.io MCP Server

    MCP Server

    Community jgraph
    ninetails-io

    gnucash-mcp

    MCP server enabling AI assistants to read and write GnuCash accounting data

    Community ninetails-io