Skip to content
Cursor

gw2 mcp for Cursor

io.github.mrfentmen/gw2-mcp

Use this MCP server to Guild Wars 2, items, trading post prices, achievements, and living world...

client:Cursor transport:stdio runtime:npm

Install gw2 mcp in Cursor

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

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

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

gw2 mcp in other clients