mcpbeat Sign in

Destiny2 MCP Server

local only

Destiny2 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Bungie Destiny 2 API: player search, profiles, characters, milestones, manifest.

Installs / week
npm · destiny2-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Destiny2 MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add destiny2-mcp -- npx -y destiny2-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "destiny2-mcp": {
      "args": [
        "-y",
        "destiny2-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.destiny2-mcp]
command = "npx"
args = ["-y", "destiny2-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "destiny2-mcp": {
      "args": [
        "-y",
        "destiny2-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "destiny2-mcp": {
      "args": [
        "-y",
        "destiny2-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Destiny2 MCP

same job, measured the same way
Bungie
by pipeworx-io

Bungie.net Destiny 2 + clan API: manifest, profile, characters, stats.

44 tools answering
Lyra MCP Server
by luisa-sys

Search and discover Lyra profiles.

41 tools answering
Xflux
by yxs1640-png

Search X/Twitter tweets, profiles, and timelines via the XFlux read API.

local only
Versedb MCP
by versedb

Comic book database — search comics, creators, characters, and manage your collection.

answering
Search Query Length
by sadri-dridi

Count characters in a search query. Query discarded.

30 tools answering
Deezer MCP by UnClick
by malamutemayhem

Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.

13 installs/wk local only
Wynncraft MCP
by mrfentmen

Keyless MCP server for Wynncraft, the Minecraft MMORPG: player profiles, guilds, and item search.

107 installs/wk local only
Spriteship
by spriteship

Build a game's 2D art layer with your agent: characters, animations, tilesets, levels, 5 engines.

70 tools answering

Destiny2 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Destiny2 MCP?
Destiny2 MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package destiny2-mcp.
How do I connect Destiny2 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls destiny2-mcp straight from npm; nothing to host, nothing to sign up for.
Is Destiny2 MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.