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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add specter-skills -- npx -y specter-skills
{
"mcpServers": {
"specter-skills": {
"args": [
"-y",
"specter-skills"
],
"command": "npx"
}
}
}
[mcp_servers.specter-skills]
command = "npx"
args = ["-y", "specter-skills"]
{
"mcpServers": {
"specter-skills": {
"args": [
"-y",
"specter-skills"
],
"command": "npx"
}
}
}
{
"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.
Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.
Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.
Build, publish and update browser games with saves, leaderboards and realtime multiplayer built in.
AI prompt engineering game: challenges, leaderboards, community prompts.
Query speedrun.com games, leaderboards, records, players, and personal bests. No API key needed.
Free World Cup 2026 prediction game with fixtures, picks, brackets, and leaderboards
Read-only F1 game laps, telemetry, setups, leaderboard benchmarks, and progress.
Embed an AI chat widget on your website from your coding agent: provision, configure, get snippet.
Answers built from our own checks of this server.