PluginBench
MCP Server
Active
MIT

io.github.dirtcubeinteractive/specter-skills MCP Server

io.github.dirtcubeinteractive/specter-skills

What is the io.github.dirtcubeinteractive/specter-skills MCP server?

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

How to install io.github.dirtcubeinteractive/specter-skills

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SPECTER_ENV

    Target environment: 'staging' or 'production'

  • SPECTER_ALLOW_MUTATIONS

    Set 'true' to enable the create/mutate tools (gated behind confirmation)

  • SPECTER_API_KEY
    secret

    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
    secret

    Admin token for CI / non-interactive use instead of browser sign-in

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "specter-skills": {
      "command": "npx",
      "args": [
        "-y",
        "specter-skills",
        "-y",
        "-p",
        "specter-skills",
        "specter-mcp"
      ],
      "env": {
        "SPECTER_ENV": "<YOUR_SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "specter-skills": {
      "command": "npx",
      "args": [
        "-y",
        "specter-skills",
        "-y",
        "-p",
        "specter-skills",
        "specter-mcp"
      ],
      "env": {
        "SPECTER_ENV": "<YOUR_SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "specter-skills": {
      "command": "npx",
      "args": [
        "-y",
        "specter-skills",
        "-y",
        "-p",
        "specter-skills",
        "specter-mcp"
      ],
      "env": {
        "SPECTER_ENV": "<YOUR_SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "specter-skills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "specter-skills",
        "-y",
        "-p",
        "specter-skills",
        "specter-mcp"
      ],
      "env": {
        "SPECTER_ENV": "<YOUR_SPECTER_ENV>",
        "SPECTER_ALLOW_MUTATIONS": "<YOUR_SPECTER_ALLOW_MUTATIONS>",
        "SPECTER_API_KEY": "<YOUR_SPECTER_API_KEY>",
        "SPECTER_PROJECT_ID": "<YOUR_SPECTER_PROJECT_ID>",
        "SPECTER_ADMIN_TOKEN": "<YOUR_SPECTER_ADMIN_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add specter-skills --env SPECTER_ENV=<YOUR_SPECTER_ENV> --env SPECTER_ALLOW_MUTATIONS=<YOUR_SPECTER_ALLOW_MUTATIONS> --env SPECTER_API_KEY=<YOUR_SPECTER_API_KEY> --env SPECTER_PROJECT_ID=<YOUR_SPECTER_PROJECT_ID> --env SPECTER_ADMIN_TOKEN=<YOUR_SPECTER_ADMIN_TOKEN> -- npx -y specter-skills -y -p specter-skills specter-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →