Destiny MCP
Provides tools to manage Destiny 2 inventory, search players, move/equip items, analyze builds, and retrieve game data via the Bungie API.
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., "@Destiny MCPshow my Titan's inventory"
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.
Destiny MCP
通过 AI 管理你的 Destiny 2 装备、武器和配装。
支持 Claude Code、Claude Desktop、Cursor 等任何 MCP 客户端。
快速开始
# 1. 克隆项目
git clone <repo> && cd Destiny_MCP
# 2. 安装依赖 (需要 uv)
uv sync
# 3. 一键配置 (引导你完成所有设置)
uv run python scripts/setup.pysetup.py 会交互式引导你完成:
填入 Bungie API 凭证
完成 OAuth 授权
下载游戏数据库
完成后,在 Claude Code 中打开此项目即可使用。
Related MCP server: agent-skill-loader
检查环境
uv run python scripts/doctor.py检查所有配置是否就绪,包括 API 连通性测试。
手动配置
如果一键脚本不适用,按以下步骤手动操作:
1. Bungie API 凭证
前往 Bungie 开发者门户 创建应用:
Redirect URL:
https://localhost:8765/callbackOrigin Header:
*Scope: 勾选 Read/Move/Equip
2. 环境变量
cp .env.example .env
# 编辑 .env 填入凭证3. OAuth 授权
uv run python scripts/oauth_setup.py浏览器会打开 Bungie 授权页面,授权后 token 自动保存到 ~/.destiny_mcp/tokens.json。
4. MCP 配置
项目根目录的 .mcp.json 已为 Claude Code 配置好。
其他客户端参考 安装指南。
可用工具
工具 | 说明 |
| 查找玩家 |
| 角色概览 |
| 背包/仓库物品 |
| 搜索物品位置 |
| 移动/装备物品 |
| 配装求解 |
| 武器 perk 池 |
| 对比武器副本 |
| 商人库存 |
| 本周重置活动 |
... | 更多见 工具文档 |
常见问题
浏览器提示「连接不安全」? OAuth 回调用自签名证书,点「高级 → 继续前往」即可,仅本机使用无安全风险。
Token 过期了?
不会。tokens.json 含 refresh_token,启动时自动刷新。如改了 Bungie 密码需重新跑 OAuth。
首次启动很慢? 首次会自动下载 Manifest (~50MB),之后会缓存。
开发
uv run pytest tests/ -v # 运行测试
uv run ruff check src/ tests/ # 代码检查
uv run ruff format src/ tests/ # 格式化架构文档见 docs/。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceConnects Claude Desktop to Foundry VTT for AI-powered campaign management, enabling natural language interaction with game data including quest creation, character management, compendium searches, and dice rolling. Provides 20 MCP tools for seamless integration between Claude and your tabletop RPG sessions.Last updated66
- AlicenseAqualityBmaintenanceMCP server to dynamically load Claude Code skills into AI agentsLast updated57914MIT
- Alicense-quality-maintenanceExposes LangChain and Anthropic Claude capabilities as tools for generating production-ready RAG systems, Supabase vector stores, and document ingestion pipelines. It enables users to instantly scaffold AI infrastructure and document processing code through natural language prompts in MCP-compatible clients.Last updated
- AlicenseAqualityCmaintenanceConnects Claude to your Steam library via the Steam Web API. Query your games, playtime, recently played history, and store metadata using natural language. Zero-config install via npx steam-mcp.Last updated5385MIT
Related MCP Connectors
One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/8z2wz746tv-png/Destiny_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server