mcpbeat Sign in

Gw2 MCP Server

local only

Gw2 MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Aug 2026.

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

Installs / week
npm · gw2-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gw2 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 gw2-mcp -- npx -y gw2-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gw2-mcp": {
      "args": [
        "-y",
        "gw2-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gw2-mcp]
command = "npx"
args = ["-y", "gw2-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gw2-mcp": {
      "args": [
        "-y",
        "gw2-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gw2-mcp": {
      "args": [
        "-y",
        "gw2-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gw2 MCP

same job, measured the same way
Forex-GPT MCP Server
by hatgit

AI-powered forex and crypto trading analysis with real-time data across 127+ instruments.

69 tools answering
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
GMO Coin FX MCP Server
by rikitonoto

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Frostbyte
by ozorown

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

local only
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

22 installs/wk local only

Gw2 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gw2 MCP?
Gw2 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 gw2-mcp.
How do I connect Gw2 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 gw2-mcp straight from npm; nothing to host, nothing to sign up for.
Is Gw2 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.