mcpbeat Sign in

Apexlegends MCP Server

local only

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

Apex Legends API: player stats, map rotation, crafting, predator counts, servers.

Installs / week
npm · apexlegends-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 Apexlegends 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 apexlegends-mcp -- npx -y apexlegends-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apexlegends-mcp": {
      "args": [
        "-y",
        "apexlegends-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apexlegends-mcp]
command = "npx"
args = ["-y", "apexlegends-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apexlegends-mcp": {
      "args": [
        "-y",
        "apexlegends-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apexlegends-mcp": {
      "args": [
        "-y",
        "apexlegends-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Apexlegends MCP

same job, measured the same way
CLIO Geo
by iowarp

MCP server for rendering GeoJSON vector layers into map images with basemaps

local only
Novada MCP
by novadalabs

Search, extract, crawl, map, research, scrape 16 platforms, browser automation, proxy — one API key.

119 installs/wk answering
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering
Geoservercloud MCP
by ronitjadhav

MCP server for managing GeoServer workspaces, datastores, layers, and styles

85 installs/wk local only
Instagram Profile MCP Server
by afanasenkoa

Instagram profiles for AI agents — followers, similar accounts, keyword and location search.

answering
PLAXIS
by yixuanzhong

Windows-local MCP server for PLAXIS 2D Remote Scripting: geometry, staged construction, results.

118 installs/wk local only
AI SEO
by automatelab-tech

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

61 installs/wk local only
Dekko
by aahlijia

Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin

628 installs/wk local only

Apexlegends MCP — questions

Answers built from our own checks of this server.

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