Skip to content
Grok

specter skills for Grok

io.github.dirtcubeinteractive/specter-skills

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

client:Grok transport:stdio runtime:npm

Install specter skills in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "specter-skills": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

specter skills in other clients