Skip to content
Cursor

destiny2 mcp for Cursor

io.github.mrfentmen/destiny2-mcp

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

client:Cursor transport:stdio runtime:npm

Install destiny2 mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "destiny2-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "destiny2-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

destiny2 mcp in other clients