Claude Skills + MCP server for Specter — the game backend platform. `npx specter-skills init` installs the skills; `specter-mcp` runs the MCP server.
{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills"
]
}
}
}