Epic Games Store integration
Connect to Epic Games Store for game library and store data.
{
"mcpServers": {
"epic-games": {
"mcpServers": {
"epic-games": {
"env": {
"EPIC_CLIENT_ID": "your-client-id",
"EPIC_CLIENT_SECRET": "your-secret"
},
"args": [
"-y",
"epic-games-mcp-server"
],
"command": "npx"
}
}
}
}
}