mcp for Claude Desktop
io.github.isco-tec/mcp
Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@scorezilla/mcp"
],
"env": {
"SCOREZILLA_TOKEN": "<SCOREZILLA_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs