Home › Design & Media › specter-skills
specter-skills
Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer.
Topics: Gaming
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.11.1)
npx -y specter-skills@0.11.1
Or add to your MCP client config:
{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills@0.11.1"
],
"env": {
"SPECTER_ENV": "<YOUR_VALUE>",
"SPECTER_ALLOW_MUTATIONS": "<YOUR_VALUE>",
"SPECTER_API_KEY": "<YOUR_VALUE>",
"SPECTER_PROJECT_ID": "<YOUR_VALUE>",
"SPECTER_ADMIN_TOKEN": "<YOUR_VALUE>"
}
}
}
}
SPECTER_ENV— Target environment: 'staging' or 'production'SPECTER_ALLOW_MUTATIONS— Set 'true' to enable the create/mutate tools (gated behind confirmation)SPECTER_API_KEYsecret — 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 severalSPECTER_ADMIN_TOKENsecret — Admin token for CI / non-interactive use instead of browser sign-in
This server takes extra arguments — see its repository.
Related servers
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
mcp-unity
#️⃣ 🏠 - MCP Server for Unity3d Game Engine integration for game development
godot-mcp-pro
Premium MCP server for Godot game engine with 84 tools for scene editing, scripting, animation, tilemap, shader, input simulation, and…
opgg-mcp
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports…
chess-mcp
Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry