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
{
"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