mcpbeat Sign in

Fortnite MCP Server

local only

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

Keyless Fortnite API: BR news, item shop, map, AES keys, cosmetics, playlists.

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

Alternatives to Fortnite MCP

same job, measured the same way
Vendor Status MCP
by approj

Status-page map for 1,100+ SaaS/cloud vendors plus 15,700+ incidents. No API key.

local only
Postal Lookup MCP
by lulu-the-narwhal

Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates.

1 tools answering
Notra
by usenotra

Access the Notra API for posts, brand identities, integrations, schedules, and GEO.

answering
Novada MCP
by novadalabs

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

119 installs/wk answering
Open-Meteo Weather
by myai-2025

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

local only
Ban Fr
by pipeworx-io

Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API

34 tools answering
iNavi Maps Docs
by inavi-systems

iNavi Maps docs for AI (South Korea): API specs, Web JS SDK reference, HTML map templates

70 installs/wk local only
GroundAPI
by qingkongzhiqian

Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.

answering

Fortnite MCP — questions

Answers built from our own checks of this server.

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