mcpbeat Sign in

Specter Skills MCP Server

by dirtcubeinteractive Your server? Claim it
local only

Specter Skills runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 27 Jun 2026.

Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer.

Installs per day peak 41 · avg 12 · -29% w/w
a month agotoday
65
Installs / week
npm · specter-skills
0
Stars
0 open issues
27 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    spawn(cmd, args, { stdio: 'ignore', detached: true }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: SPECTER_ENV (Target environment: 'staging' or 'production'), SPECTER_ALLOW_MUTATIONS (Set 'true' to enable the create/mutate tools (gated behind confirmation)), SPECTER_API_KEY (Client api-key. Not needed after browser sign-in (the dev key from login is reused)), SPECTER_PROJECT_ID (Auto-detected from sign-in. Set only to pin one project when your org has several), SPECTER_ADMIN_TOKEN (Admin token for CI / non-interactive use instead of browser sign-in). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Specter Skills

same job, measured the same way
Antics MCP
by antics-gg

Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.

127 installs/wk local only
Chess.com MCP by UnClick
by malamutemayhem

Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.

24 installs/wk local only
Summoned Games
by summoned

Build, publish and update browser games with saves, leaderboards and realtime multiplayer built in.

answering
MCP Geraquest
by geraservicesuk

AI prompt engineering game: challenges, leaderboards, community prompts.

22 installs/wk local only
Speedrun MCP
by williamcodes

Query speedrun.com games, leaderboards, records, players, and personal bests. No API key needed.

70 installs/wk local only
Fantopy
by fantopy

Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards

answering
F1Laps
by f1laps

Read-only F1 game laps, telemetry, setups, leaderboard benchmarks, and progress.

answering
Syntheticbrew
by syntheticbrew

Embed an AI chat widget on your website from your coding agent: provision, configure, get snippet.

answering

Specter Skills — questions

Answers built from our own checks of this server.

Why is there no uptime for Specter Skills?
Specter Skills 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 specter-skills was installed 65 times last week.
How do I connect Specter Skills?
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 specter-skills straight from npm; nothing to host, nothing to sign up for.
How many people use Specter Skills?
The npm package specter-skills was installed 65 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Specter Skills open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.