Skip to content
Claude Desktop

specter skills for Claude Desktop

io.github.dirtcubeinteractive/specter-skills

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

client:Claude Desktop transport:stdio runtime:npm

Install specter skills in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "specter-skills": {
      "command": "npx",
      "args": [
        "-y",
        "specter-skills"
      ],
      "env": {
        "SPECTER_ENV": "<SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

specter skills in other clients