playfab-mcp-server

akiojin/playfab-mcp-server
★ 2 stars TypeScript ⚙️ DevOps Updated 1d ago
PlayFab MCP server with CI/CD and release-please
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playfab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "akiojin/playfab-mcp-server"
      ]
    }
  }
}