xbox-mcp
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., "@xbox-mcpwhat is Ninja playing right now?"
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.
xbox-mcp
An MCP server that knows what you (or any Xbox player) are playing right now and what you've been up to lately. Backed by the unofficial OpenXBL Xbox Live API.
Tools
Tool | What it does | Other players? |
| Online state, device, and the game running right now with rich-presence detail | Yes (gamertag/xuid) |
| Recently played games, newest first, with last-played date, devices, and per-title achievement/gamerscore progress | Yes |
| Your screenshots, game clips, and achievement posts, newest first | Self only* |
| Gamertag, gamerscore, account tier, reputation, bio, location | Yes |
| Find players by gamertag; returns their XUID for follow-up lookups | Yes |
Every player-facing tool takes an optional gamertag (or xuid). Omit both to
target your own account. Pass a gamertag and the server resolves it to an XUID
via /search (cached), then queries that player.
* The OpenXBL activity feed is only exposed for the authenticated account.
Related MCP server: mcp-server-steam
Configuration
One environment variable:
OPENXBL_API_KEY— your OpenXBL API key from https://xbl.io (sign in with your Microsoft/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 stdioOr for development without a build step:
OPENXBL_API_KEY=xxxx npm run devNotes
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 reliably exposed by the API, so they are intentionally omitted. Per-title achievement progress is surfaced through
get_recent_gamesinstead.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/312-dev/xbox-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server